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

jetstream

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jetstream - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

8

lib/procedures/remote_http_sync_procedure.js

@@ -303,4 +303,8 @@ // Copyright (c) 2015 Uber Technologies, Inc.

if (statusCode !== 200) {
return callback(new Error(
'Expected response 200 status code, received ' + statusCode + ' status code'));
err = new Error(
'Expected response 200 status code, received ' + statusCode + ' status code');
_.each(meta, function(value, key) {
err[key] = value;
});
return callback(err);
}

@@ -307,0 +311,0 @@

{
"name": "jetstream",
"version": "0.9.8",
"version": "0.9.9",
"description": "Jetstream Sync server framework to sync local and remote models",

@@ -5,0 +5,0 @@ "keywords": [

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