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

typedarray-pool

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedarray-pool - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "typedarray-pool",
"version": "1.0.0",
"version": "1.0.1",
"description": "Reuse typed arrays",

@@ -10,10 +10,10 @@ "main": "pool.js",

"dependencies": {
"bit-twiddle": "^0.0.2",
"dup": "^0.0.0"
"bit-twiddle": "^1.0.0",
"dup": "^1.0.0"
},
"devDependencies": {
"tap": "~0.4.2"
"tape": "^2.12.3"
},
"scripts": {
"test": "tap test/*.js"
"test": "tape test/*.js"
},

@@ -20,0 +20,0 @@ "repository": {

@@ -19,3 +19,3 @@ "use strict"

require("tap").test("typedarray-pool", function(t) {
require("tape")("typedarray-pool", function(t) {

@@ -22,0 +22,0 @@ pool.clearCache()

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