object-unpacker
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -49,2 +49,3 @@ "use strict"; | ||
title: 'rewriteValue', | ||
type: ['object', 'string', 'array', 'number', 'boolean', 'integer'], | ||
nullable: true, | ||
@@ -58,2 +59,3 @@ }, | ||
replacePair: { | ||
type: ['object', 'string', 'array', 'number', 'boolean', 'integer'], | ||
nullable: true, | ||
@@ -60,0 +62,0 @@ }, |
{ | ||
"name": "object-unpacker", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A JSON to JSON mapper in TypeScript", | ||
@@ -9,2 +9,3 @@ "main": "dist/index.js", | ||
"deep-eql": "^4.0.0", | ||
"ajv": "^8.0.3", | ||
"fs": "0.0.1-security", | ||
@@ -52,2 +53,2 @@ "loglevel": "^1.7.0", | ||
] | ||
} | ||
} |
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
886231
2600
6
+ Addedajv@^8.0.3
+ Addedajv@8.17.1(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-uri@3.0.3(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)