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

@wagmi/cli

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/cli - npm Package Compare versions

Comparing version 0.0.0-canary-20240327144503 to 0.0.0-canary-20240327150550

7

dist/esm/utils/getIsUsingTypeScript.js

@@ -5,3 +5,8 @@ import { findUp } from 'find-up';

const cwd = process.cwd();
const tsconfig = await findUp('tsconfig.json', { cwd });
const tsconfig = await findUp([
'tsconfig.json',
'tsconfig.base.json',
'tsconfig.lib.json',
'tsconfig.node.json',
], { cwd });
if (tsconfig)

@@ -8,0 +13,0 @@ return true;

2

dist/esm/version.js

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

export const version = '0.0.0-canary-20240327144503';
export const version = '0.0.0-canary-20240327150550';
//# sourceMappingURL=version.js.map

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

export declare const version = "0.0.0-canary-20240327144503";
export declare const version = "0.0.0-canary-20240327150550";
//# sourceMappingURL=version.d.ts.map
{
"name": "@wagmi/cli",
"description": "Manage and generate code from Ethereum ABIs",
"version": "0.0.0-canary-20240327144503",
"version": "0.0.0-canary-20240327150550",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

@@ -6,3 +6,11 @@ import { findUp } from 'find-up'

const cwd = process.cwd()
const tsconfig = await findUp('tsconfig.json', { cwd })
const tsconfig = await findUp(
[
'tsconfig.json',
'tsconfig.base.json',
'tsconfig.lib.json',
'tsconfig.node.json',
],
{ cwd },
)
if (tsconfig) return true

@@ -9,0 +17,0 @@

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

export const version = '0.0.0-canary-20240327144503'
export const version = '0.0.0-canary-20240327150550'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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