Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wasm-feature-detect

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasm-feature-detect - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

24

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc