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

trinity-v2-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trinity-v2-client - npm Package Compare versions

Comparing version 0.40.0 to 0.41.0

5

lib/ajaxClient.js

@@ -53,4 +53,5 @@ 'use strict';

value: function getCredentialsConfig(baseUrl) {
var includePrefix = baseUrl.includes('http://') || baseUrl.includes('https://');
return includePrefix ? 'same-origin' : 'include';
var prefix = baseUrl.indexOf('localhost') > -1 ? 'include' : 'same-origin';
return prefix;
}

@@ -57,0 +58,0 @@ }]);

2

package.json
{
"name": "trinity-v2-client",
"version": "0.40.0",
"version": "0.41.0",
"description": "Trinity2 API client library. Work on browser and server.",

@@ -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