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

addon-tools-raub

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

addon-tools-raub - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A set of extra tools for Node.js addons",
"version": "0.1.3",
"version": "0.1.4",
"main": "index.js",

@@ -8,0 +8,0 @@ "keywords": [

@@ -394,3 +394,3 @@ # Addon Tools

`I` is the index of argument as in `info[I]`,
starting from `0`. `VAR` is the name of the `Local<Value>` variable to be created.
starting from `0`. `VAR` is the name of the variable to be created.

@@ -496,3 +496,3 @@ * `REQ_UTF8_ARG(I, VAR)` - require `I`'th argument to be a `string`. Stored at `Nan::Utf8String VAR`.

* `BYTE *getImageData(value)` - if value is a TypedArray, then the result of
* `void *getImageData(value)` - if value is a TypedArray, then the result of
`getArrayData(value)` is returned. Otherwise if value has `'data'` property, it's

@@ -658,3 +658,3 @@ content is then returned as `node::Buffer`. Returns `NULL` for empty JS values.

_prototype.Reset(proto);
_constructor.Reset(ctor);

@@ -661,0 +661,0 @@ Nan::Set(target, JS_STR("Example"), ctor);

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

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