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

@cryptorubic/sdk

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptorubic/sdk - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "@cryptorubic/sdk",
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {

@@ -5,0 +5,0 @@ "tslib": "^2.3.0"

@@ -9,8 +9,8 @@ "use strict";

if (env === 'local') {
return 'http://localhost:3000/api/';
return 'http://localhost:3000/';
}
if (env === 'dev') {
return 'https://dev-api-v2.rubic.exchange/api/';
return 'https://dev-api-v2.rubic.exchange/';
}
return 'https://api-v2.rubic.exchange/api/';
return 'https://api-v2.rubic.exchange/';
}

@@ -17,0 +17,0 @@ ;

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

reconnectionDelayMax: 10000,
path: '/routes/ws/'
path: 'api/routes/ws/'
});

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