wasm-feature-detect
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "wasm-feature-detect", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A small library to detect which features of WebAssembly are supported in your current browser.", | ||
"exports": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
}, | ||
"browser": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
} | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/cjs/index.cjs", | ||
"module": "./dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -44,5 +50,5 @@ "type": "module", | ||
"prettier": "^3.0.3", | ||
"rollup": "^4.1.4", | ||
"rollup": "^4.2.0", | ||
"wabt": "^1.0.32" | ||
} | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
30690
0