🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ref-array

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ref-array - npm Package Compare versions

Comparing version

to
0.0.4

appveyor.yml

45

package.json

@@ -1,21 +0,28 @@

{ "name": "ref-array"
, "description": "Create C \"array\" instances on top of Buffers"
, "keywords": [ "array", "ref" ]
, "version": "0.0.3"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref-array.git" }
, "main": "./lib/array.js"
, "scripts": {
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
{
"name": "ref-array",
"description": "Create C \"array\" instances on top of Buffers",
"keywords": [
"array",
"ref"
],
"version": "0.0.4",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/ref-array.git"
},
"main": "./lib/array.js",
"scripts": {
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
},
"dependencies": {
"array-index": "~0.1.0",
"debug": "~1.0.2",
"ref": "~0.3.2"
},
"devDependencies": {
"bindings": "~1.2.0",
"mocha": "*",
"nan": "~1.2.0"
}
, "dependencies": {
"array-index": "~0.0.2"
, "debug": "*"
, "ref": "0"
}
, "devDependencies": {
"bindings": "*"
, "mocha": "*"
}
, "engines": { "node": "*" }
}
ref-array
=========
### Create C typed "array" instances on top of Buffers
[![Build Status](https://secure.travis-ci.org/TooTallNate/ref-array.png)](http://travis-ci.org/TooTallNate/ref-array)
[![Build Status](https://secure.travis-ci.org/TooTallNate/ref-array.svg)](https://travis-ci.org/TooTallNate/ref-array)
[![Build Status](https://ci.appveyor.com/api/projects/status/auxk791h56hbughd)](https://ci.appveyor.com/project/TooTallNate/ref-array)

@@ -6,0 +7,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet