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.2

4

package.json
{
"name": "typed-array-rotate",
"version": "0.1.1",
"version": "0.1.2",
"description": "Rotate a data array",
"main": "typed-array-rotate.js",
"dependencies": {
"typed-array-function": ""
"typed-array-warp": "*"
},

@@ -9,0 +9,0 @@ "devDependencies": {},

@@ -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 @@