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

rx-jupyter

Package Overview
Dependencies
Maintainers
4
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rx-jupyter - npm Package Compare versions

Comparing version 2.3.5 to 2.4.0

4

__tests__/contents-spec.js

@@ -107,3 +107,3 @@ import * as contents from "../src/contents";

expect(request.url).toBe(
"http://localhost:8888/api/contents/path/to/content/checkpoints/"
"http://localhost:8888/api/contents/path/to/content/checkpoints"
);

@@ -123,3 +123,3 @@ expect(request.method).toBe("GET");

expect(request.url).toBe(
"http://localhost:8888/api/contents/path/to/content/checkpoints/"
"http://localhost:8888/api/contents/path/to/content/checkpoints"
);

@@ -126,0 +126,0 @@ expect(request.method).toBe("POST");

{
"name": "rx-jupyter",
"version": "2.3.5",
"version": "2.4.0",
"description": "RxJS 5 bindings for the Jupyter Notebook API",

@@ -30,5 +30,5 @@ "main": "lib/index.js",

"rxjs": "^5.5.6",
"url-join": "^3.0.0",
"url-join": "^4.0.0",
"url-search-params": "^0.10.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