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

ref

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ref - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

6

History.md
0.0.15 / 2012-05-31
===================
- fix possible segmentation fault with `readObject()`
- fix possible segmentation fault with `readPointer()`
0.0.14 / 2012-05-31

@@ -3,0 +9,0 @@ ===================

2

package.json

@@ -19,3 +19,3 @@ { "name": "ref"

]
, "version": "0.0.14"
, "version": "0.0.15"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"

@@ -22,0 +22,0 @@ , "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref.git" }

@@ -49,2 +49,6 @@

it('should return JS `null` when reading an Object from the NULL pointer', function () {
assert.strictEqual(null, ref.NULL.readObject())
})
})

@@ -48,2 +48,6 @@

it('should return JS `null` when reading a NULL pointer', function () {
assert.strictEqual(null, ref.NULL.readPointer())
})
})

Sorry, the diff of this file is not supported yet

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