base64-arraybuffer-es6
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"name": "base64-arraybuffer-es6", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Encode/decode base64 data into ArrayBuffers", | ||
@@ -28,4 +28,10 @@ "homepage": "https://github.com/brettz9/base64-arraybuffer", | ||
".": { | ||
"import": "./dist/base64-arraybuffer-es.js", | ||
"require": "./dist/base64-arraybuffer.cjs" | ||
"import": { | ||
"types": "./dist/base64-arraybuffer-es.d.ts", | ||
"default": "./dist/base64-arraybuffer-es.js" | ||
}, | ||
"require": { | ||
"types": "./dist/base64-arraybuffer.d.ts", | ||
"default": "./dist/base64-arraybuffer.cjs" | ||
} | ||
} | ||
@@ -45,4 +51,5 @@ }, | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.16.1", | ||
"c8": "^7.13.0", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.39.0", | ||
@@ -80,4 +87,4 @@ "eslint-config-ash-nazg": "^34.11.1", | ||
"lint": "npm run eslint --", | ||
"build": "rollup -c", | ||
"mocha": "mocha --require chai/register-assert.js test/*.js", | ||
"build": "rollup -c && tsc --p tsconfig-build.json && tsc --p tsconfig-build-es.json", | ||
"mocha": "mocha test/*.js", | ||
"test": "npm run eslint && npm run build && c8 npm run mocha", | ||
@@ -84,0 +91,0 @@ "browser-test": "npm run eslint && npm run build && open-cli http://127.0.0.1:8093/test/ && npm start" |
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
14079
10
259
29