New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typed-array-rotate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-array-rotate - npm Package Compare versions

Comparing version

to
0.1.5

2

package.json
{
"name": "typed-array-rotate",
"version": "0.1.4",
"version": "0.1.5",
"description": "Rotate a data array",

@@ -5,0 +5,0 @@ "main": "typed-array-rotate.js",

@@ -5,3 +5,3 @@ /*jslint white: true, vars: true, plusplus: true, nomen: true, unparam: true, bitwise: true */

var warp = require("./typed-array-warp");
var warp = require("typed-array-warp");

@@ -8,0 +8,0 @@