js-encoding-utils
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "js-encoding-utils", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Miscellaneous Encoding Utilities for Crypto-related Objects in JavaScript", | ||
"main": "dist/jseu.bundle.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --require @babel/register --recursive $(find test -name '*.spec.js')", | ||
"karma": "./node_modules/.bin/karma start", | ||
"babel": "NODE_ENV=production ./node_modules/.bin/babel src -d dist/ --keep-file-extension", | ||
"build": "./node_modules/.bin/webpack --mode development", | ||
"production": "./node_modules/.bin/webpack --mode production --optimize-minimize" | ||
"build": "NODE_ENV=production ./node_modules/.bin/babel src -d dist/ --keep-file-extension" | ||
}, | ||
@@ -39,2 +37,3 @@ "author": "Jun Kurihara", | ||
"babel-plugin-istanbul": "5.1.0", | ||
"babel-preset-minify": "^0.4.3", | ||
"chai": "^4.1.2", | ||
@@ -41,0 +40,0 @@ "eslint": "5.6.0", |
@@ -24,4 +24,10 @@ Miscellaneous Encoding Utilities for Crypto-related Objects in JavaScript | ||
$ git clone https://github.com/junkurihara/jseu.git | ||
``` | ||
``` | ||
Then you should import the package as follows. | ||
```javascript | ||
import jseu from 'js-encoding-utils'; // for npm | ||
import jseu from 'jseu/dist/index.js'; // for git have | ||
``` | ||
# Usage | ||
@@ -28,0 +34,0 @@ ## Base64 <-> Binary |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances 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
7
76
10266
23
0
5
1