@boost/event
Advanced tools
Comparing version 3.0.1 to 4.0.0-alpha.1
{ | ||
"name": "@boost/event", | ||
"version": "3.0.1", | ||
"release": "1594765247526", | ||
"version": "4.0.0-alpha.1", | ||
"type": "commonjs", | ||
"release": "1651512177861", | ||
"description": "An event system with multiple emitter patterns.", | ||
@@ -12,7 +13,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", | ||
@@ -24,4 +26,4 @@ "esm/**/*.{js,map}", | ||
"engines": { | ||
"node": ">=12.17.0", | ||
"npm": ">=6.13.0" | ||
"node": ">=14.15.0", | ||
"npm": ">=6.14.0" | ||
}, | ||
@@ -39,3 +41,3 @@ "repository": { | ||
"dependencies": { | ||
"@boost/internal": "^3.0.1" | ||
"@boost/internal": "^4.0.0-alpha.1" | ||
}, | ||
@@ -46,13 +48,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
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
50163
48
881
2
+ Added@boost/internal@4.0.1(transitive)
- Removed@boost/internal@3.0.1(transitive)