basex-encoder
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "basex-encoder", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Encode / decode any base X to and from string or buffer", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"precommit": "npm run all", | ||
"prepublish": "npm run all", | ||
"prepublishOnly": "npm run all", | ||
"reinstall": "rm -rf ./node_modules ./package-lock.json ./yarn.lock && yarn", | ||
@@ -57,13 +57,13 @@ "start": "npm run test", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.6.2", | ||
"coveralls": "^3.0.4", | ||
"jest": "^24.8.0", | ||
"@types/jest": "^24.0.20", | ||
"@types/node": "^12.11.7", | ||
"coveralls": "^3.0.7", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.18.2", | ||
"ts-jest": "^24.0.2", | ||
"ts-jest": "^24.1.0", | ||
"tscpaths": "^0.0.9", | ||
"tslint": "^5.18.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint": "^5.20.0", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -70,0 +70,0 @@ "engines": { |
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
38991