jsonschema-key-compression
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "jsonschema-key-compression", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Compress json-data based on it's json-schema", | ||
@@ -14,2 +14,4 @@ "author": "pubkey", | ||
"module": "./dist/es6/index.js", | ||
"types": "./src/index.ts", | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -36,16 +38,16 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/faker": "4.1.5", | ||
"@types/mocha": "5.2.7", | ||
"@types/node": "12.0.10", | ||
"@types/faker": "4.1.10", | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "12.12.21", | ||
"assert": "2.0.0", | ||
"async-test-util": "1.7.3", | ||
"faker": "4.1.0", | ||
"mocha": "6.1.4", | ||
"mocha": "7.1.0", | ||
"node-gzip": "1.1.2", | ||
"rimraf": "2.6.3", | ||
"ts-node": "8.3.0", | ||
"tslint": "5.18.0", | ||
"typescript": "3.5.2" | ||
"rimraf": "3.0.2", | ||
"ts-node": "8.6.2", | ||
"tslint": "5.20.1", | ||
"typescript": "3.8.3" | ||
}, | ||
"dependencies": {} | ||
} |
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
70525
37