@scaleforge/joser
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -36,2 +36,11 @@ "use strict"; | ||
}, | ||
{ | ||
type: Map, | ||
serialize(value) { | ||
return [...value.entries()]; | ||
}, | ||
deserialize(serialized) { | ||
return new Map(serialized); | ||
}, | ||
}, | ||
]; | ||
@@ -38,0 +47,0 @@ class Joser { |
{ | ||
"name": "@scaleforge/joser", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Javascript object serializer", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19184
211
0