New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

orchestrate

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orchestrate - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

test/creds.js

8

package.json

@@ -16,3 +16,3 @@ {

],
"homepage": "http://orchestrate.io/docs/api",
"homepage": "http://orchestrate.io/docs",
"repository": "orchestrate-io/orchestrate.js",

@@ -29,3 +29,3 @@ "bugs": {

},
"version": "0.3.6",
"version": "0.3.7",
"main": "index",

@@ -45,5 +45,5 @@ "tags": [

"jscoverage": "^0.5.4",
"mocha": "*",
"mocha": "^1.21.4",
"mocha-lcov-reporter": "0.0.1",
"nock": "^0.42.3"
"nock": "^0.45.0"
},

@@ -50,0 +50,0 @@ "scripts": {

@@ -10,3 +10,3 @@ // Copyright 2013 Bowery Software, LLC

var nock = require('nock')
var token = 'sample_token'
var token = require('./creds').token
var db = require('../lib-cov/client')(token)

@@ -13,0 +13,0 @@

@@ -10,3 +10,3 @@ // Copyright 2013 Bowery Software, LLC

var nock = require('nock')
var token = 'sample_token'
var token = require('./creds').token
var db = require('../lib-cov/client')(token)

@@ -13,0 +13,0 @@

@@ -10,3 +10,3 @@ // Copyright 2013 Bowery Software, LLC

var nock = require('nock')
var token = 'sample_token'
var token = require('./creds').token
var db = require('../lib-cov/client')(token)

@@ -13,0 +13,0 @@

@@ -10,3 +10,3 @@ // Copyright 2013 Bowery Software, LLC

var nock = require('nock')
var token = 'sample_token'
var token = require('./creds').token
var db = require('../lib-cov/client')(token)

@@ -13,0 +13,0 @@

@@ -10,3 +10,3 @@ // Copyright 2013 Bowery Software, LLC

var nock = require('nock')
var token = 'sample_token'
var token = require('./creds').token
var db = require('../lib-cov/client')(token)

@@ -13,0 +13,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