Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "typeson", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Preserves types over JSON, BSON or socket.io", | ||
@@ -31,3 +31,3 @@ "main": "typeson.js", | ||
}, | ||
"tonicExample": "var Typeson = require('typeson');\nvar TSON = new Typeson().register(require('typeson-registry/presets/builtin'));\n\nTSON.stringify({foo: new Date()});" | ||
"tonicExample": "var Typeson = require('typeson');\nvar TSON = new Typeson().register(require('typeson-registry/presets/builtin'));\n\nTSON.stringify({foo: new Date()}, null, 2);" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35134