Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dslink-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dslink-js - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/browser_client.js

2

example/js/basic.js

@@ -1,2 +0,2 @@

const {DSLink} = require('dslink-js/web');
const {DSLink} = require('dslink-js/lib/web');

@@ -3,0 +3,0 @@ let link = new DSLink('ws://localhost:8080/ws', 'json');

{
"name": "dslink-js",
"license": "Apache-2.0",
"version": "0.0.2",
"version": "0.0.3",
"repository": {

@@ -24,3 +24,4 @@ "type": "git",

"tslint": "^5.12.0",
"typescript": "^3.1.6"
"typescript": "^3.1.6",
"dslink-js": "^0.0.3"
},

@@ -30,3 +31,2 @@ "dependencies": {

"denque": "^1.4.0",
"dslink-js": "^0.0.1",
"msgpack-lite": "^0.1.26"

@@ -37,5 +37,4 @@ },

"js-example": "parcel example/js/basic.html --out-dir temp --open --no-source-maps ",
"build": "parcel build lib/web.ts --no-minify",
"build-node": "parcel build lib/web.ts --out-dir ./ --no-minify --target node --no-source-maps "
"build": "parcel build lib/web.ts --no-minify"
}
}

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