basex-encoder
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "basex-encoder", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Encode / decode any base X to and from string or buffer", | ||
"keywords": [ | ||
"TypeScript", | ||
"base-x", | ||
"base64", | ||
"base62", | ||
"base58", | ||
"decode", | ||
"decoding", | ||
"encode", | ||
"encoding", | ||
"crypto", | ||
"crytography" | ||
], | ||
"author": "Joon Ho Cho", | ||
"license": "MIT", | ||
"homepage": "https://github.com/joonhocho/basex-encoder#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joonhocho/basex-encoder.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/joonhocho/basex-encoder/issues" | ||
}, | ||
"module": "lib/index.js", | ||
@@ -9,2 +32,3 @@ "main": "dist/node/index.js", | ||
"types": "lib/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -29,25 +53,5 @@ "all": "npm run clean && npm run format && npm run lint:fix && npm run build:all && npm run test", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/joonhocho/basex-encoder.git" | ||
"peerDependencies": { | ||
"tslib": "^1.10.0" | ||
}, | ||
"keywords": [ | ||
"TypeScript", | ||
"base-x", | ||
"base64", | ||
"base62", | ||
"base58", | ||
"decode", | ||
"decoding", | ||
"encode", | ||
"encoding", | ||
"crypto", | ||
"crytography" | ||
], | ||
"author": "Joon Ho Cho", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/joonhocho/basex-encoder/issues" | ||
}, | ||
"homepage": "https://github.com/joonhocho/basex-encoder#readme", | ||
"devDependencies": { | ||
@@ -66,9 +70,5 @@ "@types/jest": "^24.0.15", | ||
}, | ||
"peerDependencies": { | ||
"tslib": "^1.10.0" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"sideEffects": false | ||
} | ||
} |
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