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

spine-high-templar

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spine-high-templar - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

6

dist/spine-high-templar.es.js

@@ -48,3 +48,7 @@ import mitt from 'mitt';

this.instance = new WebSocket(props.url);
var url = props.url;
if (props.token) {
url += '?token=' + props.token;
}
this.instance = new WebSocket(url);

@@ -51,0 +55,0 @@ var _arr = ['pingInterval', 'reconnectInterval', 'connectDelay'];

@@ -54,3 +54,7 @@ (function (global, factory) {

this.instance = new WebSocket(props.url);
var url = props.url;
if (props.token) {
url += '?token=' + props.token;
}
this.instance = new WebSocket(url);

@@ -57,0 +61,0 @@ var _arr = ['pingInterval', 'reconnectInterval', 'connectDelay'];

2

package.json
{
"name": "spine-high-templar",
"version": "0.0.2",
"version": "0.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Jasper Stam <jasper@codeyellow.nl>",

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