@fusion.io/core
Advanced tools
Comparing version 2.5.0-rc5 to 3.0.0
{ | ||
"name": "@fusion.io/core", | ||
"version": "2.5.0-rc5", | ||
"description": "> TODO: description", | ||
"version": "3.0.0", | ||
"description": "Fusion Core. Better App Bootstrap for better Geeks.", | ||
"publishConfig": { | ||
@@ -10,4 +10,5 @@ "access": "public" | ||
"homepage": "https://github.com/fusion-io/fusion.io#readme", | ||
"license": "ISC", | ||
"main": "lib/core.js", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
@@ -25,3 +26,5 @@ "lib": "lib", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"tsc": "tsc", | ||
"build": "tsc && tsc -m es6 --outDir lib-esm", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
@@ -32,3 +35,7 @@ }, | ||
}, | ||
"gitHead": "e7f6738a9141fea8d46883e27e62630bb71db9ee" | ||
"gitHead": "7f256db3c885f44312747c4e1fd4fe7b6c768660", | ||
"dependencies": { | ||
"@fusion.io/container": "^3.0.0", | ||
"@fusion.io/utils": "^3.0.0" | ||
} | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
8017
184
1
2
+ Added@fusion.io/container@^3.0.0
+ Added@fusion.io/utils@^3.0.0
+ Added@fusion.io/container@3.1.7(transitive)
+ Added@fusion.io/utils@3.1.7(transitive)