Comparing version 10.0.0-4 to 10.0.0-6
@@ -5,3 +5,3 @@ /** | ||
* @author Gerald Yeo <contact@fusedthought.com> | ||
* @version: 10.0.0-4 | ||
* @version: 10.0.0-6 | ||
* @license: MIT | ||
@@ -8,0 +8,0 @@ **/ |
@@ -5,3 +5,3 @@ /** | ||
* @author Gerald Yeo <contact@fusedthought.com> | ||
* @version: 10.0.0-4 | ||
* @version: 10.0.0-6 | ||
* @license: MIT | ||
@@ -8,0 +8,0 @@ **/ |
@@ -5,3 +5,3 @@ /** | ||
* @author Gerald Yeo <contact@fusedthought.com> | ||
* @version: 10.0.0-4 | ||
* @version: 10.0.0-6 | ||
* @license: MIT | ||
@@ -8,0 +8,0 @@ **/ |
@@ -5,3 +5,3 @@ /** | ||
* @author Gerald Yeo <contact@fusedthought.com> | ||
* @version: 10.0.0-4 | ||
* @version: 10.0.0-6 | ||
* @license: MIT | ||
@@ -8,0 +8,0 @@ **/ |
{ | ||
"name": "otplib", | ||
"version": "10.0.0-4", | ||
"version": "10.0.0-6", | ||
"description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library", | ||
@@ -9,11 +9,7 @@ "main": "./index.js", | ||
"build": "./scripts/build.sh", | ||
"build:browser": "webpack --config ./scripts/webpack.config.js", | ||
"build:docs": "jsdoc --configure jsdoc.json --verbose", | ||
"build:module": "rollup -c scripts/rollup.config.js", | ||
"build:transpile": "babel dist --out-dir dist", | ||
"build:types": "./scripts/build-types.sh", | ||
"build:bundles": "webpack --config ./scripts/webpack.config.js", | ||
"build:docs": "jsdoc --configure jsdoc.json", | ||
"build:modules": "rollup -c scripts/rollup.config.js", | ||
"clean": "rimraf dist coverage docs", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"deploy-gh-pages": "./scripts/build-site.sh", | ||
"deploy-package": "./scripts/build-publish.sh", | ||
"lint:js": "eslint \"packages/**/**?(.spec|).js\"", | ||
@@ -20,0 +16,0 @@ "lint:format": "prettier --write \"{packages,scripts,site/scripts,site/public}/**/**.js\"", |
@@ -5,3 +5,3 @@ /** | ||
* @author Gerald Yeo <contact@fusedthought.com> | ||
* @version: 10.0.0-4 | ||
* @version: 10.0.0-6 | ||
* @license: MIT | ||
@@ -8,0 +8,0 @@ **/ |
@@ -5,3 +5,3 @@ /** | ||
* @author Gerald Yeo <contact@fusedthought.com> | ||
* @version: 10.0.0-4 | ||
* @version: 10.0.0-6 | ||
* @license: MIT | ||
@@ -8,0 +8,0 @@ **/ |
Sorry, the diff of this file is too big to display
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
192495