abstract-socket
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -8,10 +8,7 @@ { | ||
"name": "abstract-socket", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Abstract domain socket support for Node / io.js", | ||
"main": "lib/abstract_socket", | ||
"homepage": "https://github.com/saghul/node-abstractsocket", | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/saghul/node-abstractsocket/LICENSE" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
@@ -25,8 +22,8 @@ "type": "git", | ||
"dependencies": { | ||
"bindings": "~1.1.1", | ||
"nan": "~1.8.0" | ||
"bindings": "^1.2.1", | ||
"nan": "^2.0.9" | ||
}, | ||
"os": [ "linux" ], | ||
"devDependencies": {}, | ||
"optionalDependencies": {} | ||
"os": [ | ||
"linux" | ||
] | ||
} |
@@ -5,3 +5,5 @@ # node-abstractsocket | ||
[![NPM](https://nodei.co/npm/abstract-socket.png)](https://nodei.co/npm/abstract-socket/) | ||
## Abstract what? | ||
@@ -8,0 +10,0 @@ |
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
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
76723
96
21
5
+ Addedbindings@1.5.0(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addednan@2.22.0(transitive)
- Removedbindings@1.1.1(transitive)
- Removednan@1.8.4(transitive)
Updatedbindings@^1.2.1
Updatednan@^2.0.9