Comparing version 0.0.2 to 0.0.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1130985
3
158
30038
12
- Removeddslink-js@^0.0.1
- Removeddslink-js@0.0.1(transitive)