geojson-stream-whatwg
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "geojson-stream-whatwg", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "stream features into and out of geojson, using the streams api.", | ||
"main": "src/index.mjs", | ||
"module": "src/index.mjs", | ||
"type": "module", | ||
"source": "src/main.mjs", | ||
"umd:main": "dist/geojson-stream-whatwg.umd.js", | ||
"unpkg": "dist/geojson-stream-whatwg.umd.js", | ||
"browser": "dist/geojson-stream-whatwg.umd.js", | ||
"jsdelivr": "dist/geojson-stream-whatwg.umd.js", | ||
"module": "dist/geojson-stream-whatwg.es.mjs", | ||
"main": "dist/geojson-stream-whatwg.cjs.js", | ||
"exports": { | ||
"require": "./dist/geojson-stream-whatwg.cjs.js", | ||
"default": "./dist/geojson-stream-whatwg.es.mjs" | ||
}, | ||
"node": ">=14.16", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"test": "tap test/*.mjs" | ||
@@ -16,4 +28,7 @@ }, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^22.0.1", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"rollup": "^2.77.0", | ||
"tap": "^16.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
129305
12
2487
Yes
4
1