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

@dynamic-labs/utils

Package Overview
Dependencies
Maintainers
1
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/utils - npm Package Compare versions

Comparing version 0.18.0-RC.22 to 0.18.0-RC.23

src/errors/AccountExistsError.cjs

4

package.json
{
"name": "@dynamic-labs/utils",
"version": "0.18.0-RC.22",
"version": "0.18.0-RC.23",
"repository": {

@@ -29,5 +29,5 @@ "type": "git",

"dependencies": {
"@dynamic-labs/types": "0.18.0-RC.22"
"@dynamic-labs/types": "0.18.0-RC.23"
},
"peerDependencies": {}
}

@@ -0,1 +1,2 @@

export * from './AccountExistsError';
export * from './ChainalysisError';

@@ -2,0 +3,0 @@ export * from './CustomError';

export { parseChainId } from './parseChainId.js';
export { parseEvmNetworks } from './parseEvmNetworks.js';
export { AccountExistsError } from './errors/AccountExistsError.js';
export { ChainalysisError } from './errors/ChainalysisError.js';

@@ -4,0 +5,0 @@ export { CustomError } from './errors/CustomError.js';

Sorry, the diff of this file is too big to display

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