Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "pull-ws", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Simple pull-streams for websocket client connections", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "node test/node.js", | ||
"test": "tap test/*.js", | ||
"browser": "testling" | ||
@@ -28,2 +28,3 @@ }, | ||
"dependencies": { | ||
"relative-url": "^1.0.2", | ||
"ws": "^0.8.0" | ||
@@ -34,9 +35,9 @@ }, | ||
"pull-goodbye": "~0.0.1", | ||
"pull-json-doubleline": "^1.0.0", | ||
"pull-split": "^0.2.0", | ||
"pull-stream": "^3.3.2", | ||
"pull-through": "^1.0.18", | ||
"tap": "^5.7.2", | ||
"tape": "^4.4.0", | ||
"testling": "^1.7.1", | ||
"relative-url": "^1.0.0", | ||
"pull-json-doubleline": "^1.0.0", | ||
"pull-split": "^0.2.0", | ||
"pull-through": "^1.0.18" | ||
"testling": "^1.7.1" | ||
}, | ||
@@ -43,0 +44,0 @@ "testling": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24149
3
2
+ Addedrelative-url@^1.0.2
+ Addedrelative-url@1.0.2(transitive)