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

moray-sandbox

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moray-sandbox - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

5

lib/sandbox.js

@@ -8,3 +8,3 @@ /*

/*
* Copyright 2016, Joyent, Inc.
* Copyright (c) 2018 Joyent, Inc.
*/

@@ -77,2 +77,3 @@

pg: {
maxQueueLength: 2000,
maxConnections: 5

@@ -203,2 +204,4 @@ },

pg.setRequestId(opts.req_id);
var q = pg.query(mkTableSQL);

@@ -205,0 +208,0 @@

8

package.json

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

"main": "./lib/index.js",
"version": "0.1.3",
"version": "0.2.0",
"keywords": [ "moray" ],

@@ -18,3 +18,3 @@ "repository": {

"jsprim": "1.4.0",
"moray-server": "git+https://github.com/joyent/moray.git#3e9f411",
"moray-server": "git+https://github.com/joyent/moray.git#7b8c682",
"uuid": "3.0.0",

@@ -27,3 +27,3 @@ "vasync": "1.6.4",

"dashdash": "1.14.1",
"moray": "^2.0.0",
"moray": "^3.0.0",
"faucet": "0.0.1",

@@ -36,5 +36,5 @@ "istanbul": "^0.4.0",

"peerDependencies": {
"moray": "^2.0.0"
"moray": "^3.0.0"
},
"license": "MPL-2.0"
}
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