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

@xyo-network/hash

Package Overview
Dependencies
Maintainers
7
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/hash - npm Package Compare versions

Comparing version 2.74.5 to 2.75.0

dist/browser/index.cjs

55

package.json

@@ -13,6 +13,6 @@ {

"dependencies": {
"@xylabs/lodash": "^2.11.7",
"@xyo-network/object": "~2.74.5",
"@xyo-network/typeof": "~2.74.5",
"@xyo-network/wasm": "^2.74.5",
"@xylabs/lodash": "^2.11.22",
"@xyo-network/object": "~2.75.0",
"@xyo-network/typeof": "~2.75.0",
"@xyo-network/wasm": "^2.75.0",
"hash-wasm": "^4.9.0",

@@ -23,5 +23,5 @@ "sha.js": "^2.4.11"

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

@@ -32,27 +32,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",

@@ -68,4 +71,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