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.13 to 0.0.14

5

History.md
0.0.14 / 2012-05-31
===================
- fix possible segmentation fault with `readCString()`
0.0.13 / 2012-05-30

@@ -3,0 +8,0 @@ ===================

2

package.json

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

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

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

@@ -262,3 +262,3 @@ ref

| `set` | Function (buffer, offset, value) | The function to invoke when setting a value to a buffer instance.
| `alignment` | Number | _(optional)_ The alignment of this type when placed in a struct.
| `alignment` | Number | _(optional)_ The alignment of this type when placed in a struct. Defaults to the type's `size`.

@@ -265,0 +265,0 @@ For example, you could define a "bigint" type that dereferences into a

@@ -19,2 +19,6 @@

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

@@ -21,0 +25,0 @@

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