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

@xyo-network/wasm

Package Overview
Dependencies
Maintainers
7
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/wasm - npm Package Compare versions

Comparing version 2.74.5 to 2.75.0

dist/browser/index.cjs

45

package.json

@@ -17,4 +17,4 @@ {

"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.28",
"@xylabs/tsconfig": "^3.0.28",
"@xylabs/ts-scripts-yarn3": "^3.0.70",
"@xylabs/tsconfig": "^3.0.70",
"typescript": "^5.2.2"

@@ -25,27 +25,30 @@ },

".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"browser": {
"require": {
"types": "./dist/browser/index.d.ts",
"default": "./dist/browser/index.cjs"
},
"import": {
"types": "./dist/browser/index.d.mts",
"default": "./dist/browser/index.js"
}
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
"node": {
"require": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
},
"import": {
"types": "./dist/node/index.d.mts",
"default": "./dist/node/index.mjs"
}
}
},
"./dist/docs.json": {
"default": "./dist/docs.json"
},
"./cjs": {
"default": "./dist/index.js"
},
"./docs": {
"default": "./dist/docs.json"
},
"./esm": {
"default": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "dist/node/index.js",
"module": "dist/node/index.mjs",
"homepage": "https://xyo.network",

@@ -61,4 +64,4 @@ "license": "LGPL-3.0-or-later",

"sideEffects": false,
"types": "dist/index.d.ts",
"version": "2.74.5"
"types": "dist/node/index.d.ts",
"version": "2.75.0"
}
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