@boost/internal
Advanced tools
Comparing version 3.0.1 to 4.0.0-alpha.1
{ | ||
"name": "@boost/internal", | ||
"version": "3.0.1", | ||
"release": "1594765247526", | ||
"version": "4.0.0-alpha.1", | ||
"type": "commonjs", | ||
"release": "1651512176170", | ||
"description": "Boost internals.", | ||
@@ -10,7 +11,8 @@ "keywords": [ | ||
], | ||
"main": "./lib/node/index.js", | ||
"browser": "./lib/browser/index.js", | ||
"main": "./cjs/index.cjs", | ||
"browser": "./lib/index.js", | ||
"module": "./esm/index.js", | ||
"types": "./dts/index.d.ts", | ||
"files": [ | ||
"cjs/**/*.{cjs,mjs,map}", | ||
"dts/**/*.d.ts", | ||
@@ -22,4 +24,4 @@ "esm/**/*.{js,map}", | ||
"engines": { | ||
"node": ">=12.17.0", | ||
"npm": ">=6.13.0" | ||
"node": ">=14.15.0", | ||
"npm": ">=6.14.0" | ||
}, | ||
@@ -37,3 +39,3 @@ "repository": { | ||
"dependencies": { | ||
"debug": "^4.3.3" | ||
"debug": "^4.3.4" | ||
}, | ||
@@ -44,13 +46,30 @@ "funding": { | ||
}, | ||
"packemon": { | ||
"format": [ | ||
"lib", | ||
"esm" | ||
], | ||
"platform": [ | ||
"browser", | ||
"node" | ||
] | ||
"packemon": [ | ||
{ | ||
"api": "private", | ||
"format": "esm", | ||
"platform": "browser" | ||
}, | ||
{ | ||
"api": "private", | ||
"format": "cjs", | ||
"platform": "node" | ||
} | ||
], | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"types": "./dts/index.d.ts", | ||
"browser": { | ||
"module": "./esm/index.js", | ||
"import": "./esm/index.js", | ||
"default": "./lib/index.js" | ||
}, | ||
"node": { | ||
"import": "./cjs/index-wrapper.mjs", | ||
"require": "./cjs/index.cjs" | ||
} | ||
} | ||
}, | ||
"gitHead": "5eb62e61451a0b461482ff9ed47f5ee405d44dc3" | ||
"gitHead": "0d0595fe3d95951cc0d3936b7d811aed26306d20" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
27784
28
411
2
1
Updateddebug@^4.3.4