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

node-pledge

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pledge - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

examples/ddg

8

package.json
{
"name": "node-pledge",
"version": "1.0.5",
"version": "1.1.0",
"description": "OpenBSD's pledge(2) extension for node.js",
"main": "index.js",
"engines" : { "node" : ">=4.2.0" },
"scripts": {

@@ -24,6 +25,3 @@ "test": "node test.js",

},
"homepage": "https://github.com/qbit/node-pledge#readme",
"dependencies": {
"semver": "^5.1.0"
}
"homepage": "https://github.com/qbit/node-pledge#readme"
}

@@ -40,3 +40,3 @@ node-pledge

stuff
Killed
Abort trap (core dumped)
```

@@ -47,3 +47,4 @@

```
node(9940): syscall 8
node(24353): sysctl 6: 4 17 0 0 3 0
node(24353): syscall 202 ""
```

@@ -50,0 +51,0 @@

@@ -1,2 +0,1 @@

#!/usr/bin/env node
var s = require('semver');

@@ -3,0 +2,0 @@ var v = s.gt('v4.0.0', process.version);

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