can-fixture-socket
Advanced tools
Comparing version 2.0.0-pre.1 to 2.0.0
{ | ||
"name": "can-fixture-socket", | ||
"version": "2.0.0-pre.1", | ||
"version": "2.0.0", | ||
"description": "Simulate socket connections", | ||
@@ -48,4 +48,4 @@ "homepage": "https://github.com/canjs/can-fixture-socket", | ||
"dependencies": { | ||
"can-fixture": "^3.0.0-pre.0", | ||
"can-util": "^3.9.5" | ||
"can-fixture": "^3.0.0", | ||
"can-assign": "^1.2.0" | ||
}, | ||
@@ -68,4 +68,4 @@ "devDependencies": { | ||
"steal-tools": "^1.1.2", | ||
"testee": "^0.7.0" | ||
"testee": "^0.8.0" | ||
} | ||
} |
@@ -41,3 +41,3 @@ /* | ||
var storeToListeners = require('./store').storeToListeners; | ||
var assign = require('can-util/js/assign/assign'); | ||
var assign = require('can-assign'); | ||
@@ -44,0 +44,0 @@ /** |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
52972
1
+ Addedcan-assign@^1.2.0
- Removedcan-util@^3.9.5
- Removedcan-ajax@1.4.1(transitive)
- Removedcan-cid@1.3.1(transitive)
- Removedcan-dom-data-state@0.2.0(transitive)
- Removedcan-dom-events@1.3.13(transitive)
- Removedcan-event-dom-enter@1.0.4(transitive)
- Removedcan-event-dom-radiochange@1.0.5(transitive)
- Removedcan-globals@1.2.2(transitive)
- Removedcan-param@1.2.0(transitive)
- Removedcan-parse-uri@1.2.2(transitive)
- Removedcan-types@1.4.0(transitive)
- Removedcan-util@3.14.0(transitive)
Updatedcan-fixture@^3.0.0