Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsonschema-key-compression

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonschema-key-compression - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

dist/es/compress.js

17

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc