You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

typeson

Package Overview
Dependencies
0
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 2.1.4

4

package.json
{
"name": "typeson",
"version": "2.1.3",
"version": "2.1.4",
"description": "Preserves types over JSON, BSON or socket.io",

@@ -29,3 +29,3 @@ "main": "typeson.js",

},
"tonicExample": "var Typeson = require('typeson'), TSON = new Typeson().register(require('typeson-registry/presets/builtin'));\n\nTSON.stringify({foo: /bar/gi});"
"tonicExample": "var Typeson = require('typeson');\nvar TSON = new Typeson()\n .register(require('typeson-registry/presets/builtin'));\n\nTSON.stringify({foo: /bar/gi});"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc