is-bun-module
Advanced tools
Comparing version
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "is-bun-module", | ||
"author": "SunsetTechuila <techuila.sunset@gmail.com>", | ||
"description": "Is this specifier a Bun core module or supported Node one?", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -11,11 +10,16 @@ "files": [ | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
"import": { | ||
"default": "./dist/esm/index.mjs", | ||
"types": "./dist/esm/index.d.mts" | ||
}, | ||
"require": { | ||
"default": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -34,3 +38,6 @@ "homepage": "https://github.com/SunsetTechuila/is-bun-module", | ||
"bun" | ||
] | ||
], | ||
"dependencies": { | ||
"semver": "^7.6.2" | ||
} | ||
} |
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
7
16.67%10032
-82.01%1
Infinity%200
-3.85%1
Infinity%+ Added
+ Added