Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base64-arraybuffer-es6

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base64-arraybuffer-es6 - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

dist/base64-arraybuffer-es.d.ts

19

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc