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

orchestrate

Package Overview
Dependencies
Maintainers
4
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.4.7 to 0.5.0

19

package.json

@@ -28,3 +28,3 @@ {

},
"version": "0.4.7",
"version": "0.5.0",
"main": "index",

@@ -36,13 +36,12 @@ "tags": [

"dependencies": {
"request": "~2.48.0",
"kew": "~0.4.0",
"parse-link-header": "~0.2.0"
"request": "~2.62.0",
"kew": "~0.7.0",
"parse-link-header": "~0.4.1"
},
"devDependencies": {
"coveralls": "^2.11.0",
"expect.js": "0.1.x",
"jscoverage": "^0.5.4",
"mocha": "^1.21.4",
"mocha-lcov-reporter": "0.0.1",
"nock": "^0.45.0"
"coveralls": "^2.11.4",
"expect.js": "0.3.1",
"jscoverage": "^0.6.0",
"mocha": "^2.3.2",
"mocha-lcov-reporter": "0.0.2"
},

@@ -49,0 +48,0 @@ "scripts": {

@@ -17,2 +17,4 @@ # orchestrate.js [![Build Status](https://travis-ci.org/orchestrate-io/orchestrate.js.png)](https://travis-ci.org/orchestrate-io/orchestrate.js) [![Coverage Status](https://coveralls.io/repos/orchestrate-io/orchestrate.js/badge.png)](https://coveralls.io/r/orchestrate-io/orchestrate.js)

The tests will write data to collections in the app associated with an api key you provide. The collection names are unlikely to collide with any of your own. You will need to export your api key for the tests to use it (see below). If your app is NOT located in AWS US East, you will also need to export a variable indicating the datacenter (see example below). A list of the datacenter and the endpoints can be found here [Datacenters](https://orchestrate.io/docs/multi-data-center) (be sure to only provide the hostname for the value).
Ensure all dependencies are installed within the orchestrate director by running

@@ -26,2 +28,7 @@

```
# provide your own api_key value
$ export ORCHESTRATE_API_KEY="Enter API key HERE"
# in this example, the app is located in CTL-UC1, update as appropriate
# for your app's Datacenter https://orchestrate.io/docs/multi-data-center
$ export ORCHESTRATE_API_ENDPOINT="api.ctl-uc1-a.orchestrate.io"
$ npm test

@@ -28,0 +35,0 @@ ```

@@ -78,3 +78,2 @@ // Copyright 2014 Orchestrate, Inc.

.fail(function (e) {
console.log('failed status', e.statusCode)
done();

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