jsonschema-key-compression
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "jsonschema-key-compression", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Compress json-data based on it's json-schema", | ||
@@ -11,5 +11,5 @@ "author": "pubkey", | ||
], | ||
"main": "./dist/es5/index.js", | ||
"jsnext:main": "./dist/es6/index.js", | ||
"module": "./dist/es6/index.js", | ||
"main": "./dist/lib/index.js", | ||
"jsnext:main": "./dist/es/index.js", | ||
"module": "./dist/es/index.js", | ||
"types": "./src/index.ts", | ||
@@ -29,5 +29,5 @@ "sideEffects": false, | ||
"lint:fix": "tslint --project . --fix", | ||
"transpile": "tsc -p ./ && echo '# transpile es5 sucess!'", | ||
"transpile:es6": "tsc -p ./ --target ES6 --outDir ./dist/es6 && echo '# transpile es6 sucess!'", | ||
"build": "rimraf -r ./dist && npm run transpile && npm run transpile:es6", | ||
"transpile": "tsc -p ./ && echo '# transpile es5 (require) sucess!'", | ||
"transpile:es": "tsc -p ./ --target ES5 --module ES6 --outDir ./dist/es && echo '# transpile es6 (modules) sucess!'", | ||
"build": "rimraf -r ./dist && npm run transpile && npm run transpile:es", | ||
"test": "mocha -r ts-node/register test/unit/index.test.ts", | ||
@@ -42,2 +42,3 @@ "test:performance": "mocha -r ts-node/register --bail --exit ./test/performance.test.ts", | ||
"@types/node": "12.12.21", | ||
"@types/node-gzip": "1.1.0", | ||
"assert": "2.0.0", | ||
@@ -50,3 +51,3 @@ "async-test-util": "1.7.3", | ||
"ts-node": "8.6.2", | ||
"tslint": "5.20.1", | ||
"tslint": "6.1.0", | ||
"typescript": "3.8.3" | ||
@@ -53,0 +54,0 @@ }, |
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
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
70778
1049
13
1