New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/crypto

Package Overview
Dependencies
Maintainers
0
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/crypto - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

58

package.json
{
"name": "@xylabs/crypto",
"version": "4.0.3",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
"keywords": [
"crypto",
"xylabs",
"utility",
"typescript",
"esm"
],
"homepage": "https://xylabs.com",
"bugs": {
"url": "git+https://github.com/xylabs/sdk-js/issues",
"email": "support@xylabs.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xylabs/sdk-js.git"
},
"license": "LGPL-3.0-only",
"name": "@xylabs/crypto",
"author": {
"name": "XY Labs Development Team",
"email": "support@xylabs.com",
"name": "XY Labs Development Team",
"url": "https://xylabs.com"
},
"bugs": {
"email": "support@xylabs.com",
"url": "git+https://github.com/xylabs/sdk-js/issues"
},
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
"sideEffects": false,
"type": "module",
"exports": {

@@ -25,14 +40,6 @@ ".": {

},
"module": "./dist/node/index.mjs",
"types": "./dist/node/index.d.ts",
"module": "./dist/node/index.mjs",
"homepage": "https://xylabs.com",
"keywords": [
"crypto",
"xylabs",
"utility",
"typescript",
"esm"
],
"dependencies": {
"@xylabs/platform": "^4.0.2",
"@xylabs/platform": "^4.0.3",
"crypto-js": "^4.2.0"

@@ -42,6 +49,6 @@ },

"@types/crypto-js": "^4.2.2",
"@types/node": "^22.4.0",
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
"@xylabs/tsconfig": "^4.0.0-rc.15",
"@xylabs/tsconfig-dom": "^4.0.0-rc.15",
"@types/node": "^22.5.0",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/tsconfig-dom": "^4.0.0",
"typescript": "^5.5.4"

@@ -54,10 +61,3 @@ },

"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xylabs/sdk-js.git"
},
"sideEffects": false,
"version": "4.0.2",
"type": "module"
}
}

@@ -5,9 +5,5 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'

compile: {
browser: {
'src/browser': true,
},
browser: { 'src/browser': true },
neutral: {},
node: {
'src/node': true,
},
node: { 'src/node': true },
},

@@ -14,0 +10,0 @@ }

Sorry, the diff of this file is not supported yet

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