Comparing version 0.0.1 to 0.0.2
{ "name": "ref" | ||
, "description": "Turn Buffer instances into \"pointers\"" | ||
, "keywords": [ "native", "buffer", "extensions", "c++" ] | ||
, "version": "0.0.1" | ||
, "version": "0.0.2" | ||
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)" | ||
@@ -6,0 +6,0 @@ , "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref.git" } |
ref | ||
=== | ||
### Turn Buffer instances into "pointers" | ||
[![Build Status](https://secure.travis-ci.org/TooTallNate/ref.png)](http://travis-ci.org/TooTallNate/ref) | ||
@@ -5,0 +6,0 @@ |
@@ -69,8 +69,2 @@ | ||
it('should read the same value from a "ref()"d buffer as the original address', function () { | ||
var buf = new Buffer('test') | ||
var test = ref.ref(buf) | ||
assert.equal(ref.readInt64(test), ref.address(buf)) | ||
}) | ||
}) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40625
15
141
606