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.3 to 4.0.4

dist/browser/Crypto.d.ts

8

dist/browser/index.d.ts

@@ -1,5 +0,3 @@

export { default as Crypto } from 'crypto-js';
declare const cryptoPolyfill: () => void;
export { cryptoPolyfill };
export * from './Crypto.ts';
export * from './cryptoPolyfill.ts';
//# sourceMappingURL=index.d.ts.map

@@ -1,5 +0,3 @@

export { default as Crypto } from 'node:crypto';
declare const cryptoPolyfill: () => void;
export { cryptoPolyfill };
export * from './Crypto.ts';
export * from './cryptoPolyfill.ts';
//# sourceMappingURL=index.d.ts.map
{
"name": "@xylabs/crypto",
"version": "4.0.3",
"version": "4.0.4",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

@@ -43,3 +43,3 @@ "keywords": [

"dependencies": {
"@xylabs/platform": "^4.0.3",
"@xylabs/platform": "^4.0.4",
"crypto-js": "^4.2.0"

@@ -50,5 +50,5 @@ },

"@types/node": "^22.5.0",
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/tsconfig-dom": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"@xylabs/tsconfig-dom": "^4.0.7",
"typescript": "^5.5.4"

@@ -55,0 +55,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