Socket
Socket
Sign inDemoInstall

@platform/cell.client

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/cell.client - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/http.client/client.js

@@ -10,3 +10,3 @@ "use strict";

var _a;
this.urls = common_1.Schema.url((_a = args.host, (_a !== null && _a !== void 0 ? _a : 8080)));
this.urls = common_1.Schema.urls((_a = args.host, (_a !== null && _a !== void 0 ? _a : 8080)));
this.origin = this.urls.origin;

@@ -13,0 +13,0 @@ var VERSION = common_1.constants.VERSION;

{
"name": "@platform/cell.client",
"version": "0.1.1",
"version": "0.1.2",
"description": "A strongly typed HTTP client for operating the REST service API.",

@@ -17,4 +17,4 @@ "main": "lib/index",

"dependencies": {
"@platform/cell.schema": "0.4.2",
"@platform/cell.types": "0.4.2",
"@platform/cell.schema": "0.4.3",
"@platform/cell.types": "0.4.3",
"@platform/http": "0.10.1",

@@ -21,0 +21,0 @@ "@platform/http.types": "0.0.1",

Sorry, the diff of this file is not supported yet

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