@rotundasoftware/steamer
Advanced tools
Comparing version 2.0.2 to 3.0.0
{ | ||
"name": "@rotundasoftware/steamer", | ||
"description": "Send data to the client with less code and more clarity in your node.js applications.", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"author": { | ||
@@ -22,5 +22,4 @@ "name": "David Beck", | ||
], | ||
"main": "src/steamer.js", | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"exports": { | ||
".": "./index.mjs" | ||
}, | ||
@@ -34,7 +33,4 @@ "keywords": [ | ||
"dependencies": { | ||
"underscore": "^1.13.6", | ||
"async": "*" | ||
}, | ||
"devDependencies": {}, | ||
"optionalDependencies": {} | ||
"@rotundasoftware/assert-type": "^6.0.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
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
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
1
1
11765
6
55
2
- Removedasync@*
- Removedunderscore@^1.13.6
- Removedasync@3.2.6(transitive)
- Removedunderscore@1.13.7(transitive)