node-v8-clone
Advanced tools
Comparing version 0.5.0 to 0.6.1
{ | ||
"name": "node-v8-clone", | ||
"version": "0.5.0", | ||
"version": "0.6.1", | ||
"description": "The most convenient and accurate cloner for node.js. It's also very fast in some cases (benchmarks inside).", | ||
@@ -33,3 +33,3 @@ "main": "lib/clone.js", | ||
"bindings": "~1.2", | ||
"nan": "*" | ||
"nan": "~1.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -10,4 +10,3 @@ # node-v8-clone | ||
Tested on node.js versions 0.4, 0.6. 0.8, 0.9 and 0.10. | ||
It's also partially compatible with node 0.11: it works well with 0.11.3, 0.11.4 and 0.11.12 but doesn't work with all other versions so far. | ||
Tested on node.js versions 0.8, 0.9, 0.10 and 0.11.13 (prior 0.11.x versions are not compatible). | ||
@@ -14,0 +13,0 @@ You may be asked to install `make` and `g++` as well. |
Sorry, the diff of this file is not supported yet
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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
1
41162
74
+ Addednan@1.0.0(transitive)
- Removednan@2.22.0(transitive)
Updatednan@~1.0