denostack / superserial

A comprehensive Serializer/Deserializer that can handle any data type.
MIT License
35 stars 3 forks source link

Integrate to pure typescript project #1

Closed dimaslanjaka closed 2 years ago

dimaslanjaka commented 2 years ago

Fixed :

wan2land commented 2 years ago

Sorry, these PRs cannot be merged.

This package is built on Deno. Node.js will only support builds through dnt.

https://github.com/denoland/dnt

Also, in the case of Node.js, we plan to respond only to the version currently maintained. As of today, only v12 and above are supported.
 

https://nodejs.org/en/about/releases/

I also saw that the js-prototypes package was added. The package has a Prototype Pollution problem, so it looks dangerous from a security standpoint.