@xyo-network/hash
Advanced tools
Comparing version 2.74.5 to 2.75.0
@@ -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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
106
170878
1280
+ Added@xyo-network/logger@2.75.18(transitive)
+ Added@xyo-network/object@2.75.18(transitive)
+ Added@xyo-network/typeof@2.75.18(transitive)
- Removed@xyo-network/logger@2.74.5(transitive)
- Removed@xyo-network/object@2.74.5(transitive)
- Removed@xyo-network/typeof@2.74.5(transitive)
Updated@xylabs/lodash@^2.11.22
Updated@xyo-network/object@~2.75.0
Updated@xyo-network/typeof@~2.75.0
Updated@xyo-network/wasm@^2.75.0