Socket
Socket
Sign inDemoInstall

typedarray-to-buffer

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

7

package.json
{
"name": "typedarray-to-buffer",
"description": "Convert a typed array to a Buffer without a copy",
"version": "3.0.2",
"version": "3.0.3",
"author": {

@@ -14,5 +14,6 @@ "name": "Feross Aboukhadijeh",

"dependencies": {
"is-typedarray": "0.0.0"
"is-typedarray": "^1.0.0"
},
"devDependencies": {
"standard": "^3.8.0",
"tape": "^4.0.0",

@@ -45,3 +46,3 @@ "zuul": "^3.0.0"

"scripts": {
"test": "npm run test-node && npm run test-browser",
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",

@@ -48,0 +49,0 @@ "test-browser-local": "zuul --local -- test/*.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc