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.5 to 0.4.6

3

lib/client.js

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

*/
this._apiEndPoint = apiEndpoint || 'api.orchestrate.io';
this._apiEndPoint = apiEndpoint || this.constructor.ApiEndPoint;

@@ -62,2 +62,3 @@ /**

Client.ApiEndPoint = 'api.orchestrate.io'

@@ -64,0 +65,0 @@ Client.ApiProtocol = 'https:';

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

},
"version": "0.4.5",
"version": "0.4.6",
"main": "index",

@@ -31,0 +31,0 @@ "tags": [

@@ -40,3 +40,3 @@ // Copyright 2014 Orchestrate, Inc.

for (var i in res) {
assert.equal(204, res[i].statusCode);
assert.equal(201, res[i].statusCode);
}

@@ -43,0 +43,0 @@ done();

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