Socket
Socket
Sign inDemoInstall

memcpy

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

17

package.json
{
"name": "memcpy",
"version": "0.4.0",
"version": "0.5.0",
"author": "Daniel Wirtz <dcode@dcode.io>",
"contributors": [
"Denys Khanzhiyev <xdenser@gmail.com>"
],
"description": "Copies data between node Buffers and/or ArrayBuffers up to ~75 times faster than in pure JS.",

@@ -14,5 +17,11 @@ "main": "src/memcpy.js",

},
"keywords": ["array", "buffer", "arraybuffer", "typed array"],
"keywords": [
"array",
"buffer",
"arraybuffer",
"typed array"
],
"dependencies": {
"bindings": "~1.1"
"bindings": "~1.1",
"nan": "~1.2.0"
},

@@ -32,2 +41,2 @@ "devDependencies": {

}
}
}

@@ -71,2 +71,6 @@ node-memcpy

Contributors
------------
[Denys Khanzhiyev](https://github.com/xdenser) (node 0.11.13+ support with nan)
**License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc