@graffy/stream
Advanced tools
Comparing version 0.14.7-alpha4 to 0.15.0
@@ -5,14 +5,17 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.7-alpha4", | ||
"main": "index.js", | ||
"source": "src/index.js", | ||
"esnext": "src/index.js", | ||
"version": "0.15.0", | ||
"main": "./cjs/index.js", | ||
"exports": { | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js" | ||
}, | ||
"module": "./esm/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/aravindet/graffy.git" | ||
"url": "git+https://github.com/usegraffy/graffy.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.9.2" | ||
"@babel/runtime": "^7.10.4" | ||
} | ||
} |
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
9003
199
1
+ Added@babel/runtime@^7.10.4
+ Added@babel/runtime@7.26.0(transitive)
- Removed@babel/runtime-corejs3@^7.9.2
- Removed@babel/runtime-corejs3@7.26.0(transitive)
- Removedcore-js-pure@3.40.0(transitive)