Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abitype

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abitype - npm Package Compare versions

Comparing version 0.10.0-canary.20230703T192812 to 0.10.0-canary.20230710T162259

2

dist/cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '0.10.0-canary.20230703T192812';
exports.version = '0.10.0-canary.20230710T162259';
//# sourceMappingURL=version.js.map

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

export const version = '0.10.0-canary.20230703T192812';
export const version = '0.10.0-canary.20230710T162259';
//# sourceMappingURL=version.js.map

@@ -76,3 +76,3 @@ import type { IsUnknown } from './types.js';

* TypeScript type to use for `bytes` values
* @default { inputs: `0x${string}` | Uint8Array; outputs: `0x${string}` }
* @default { inputs: `0x${string}`; outputs: `0x${string}`; }
*/

@@ -79,0 +79,0 @@ BytesType: Config['BytesType'] extends {

@@ -107,3 +107,3 @@ /**

[K in keyof T]: T[K];
} & {};
} & unknown;
/**

@@ -110,0 +110,0 @@ * Creates range between two positive numbers using [tail recursion](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html#tail-recursion-elimination-on-conditional-types).

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

export declare const version = "0.10.0-canary.20230703T192812";
export declare const version = "0.10.0-canary.20230710T162259";
//# sourceMappingURL=version.d.ts.map
{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"version": "0.10.0-canary.20230703T192812",
"version": "0.10.0-canary.20230710T162259",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "wagmi-dev/abitype",

@@ -91,3 +91,3 @@ import type { IsUnknown } from './types.js'

* TypeScript type to use for `bytes` values
* @default { inputs: `0x${string}` | Uint8Array; outputs: `0x${string}` }
* @default { inputs: `0x${string}`; outputs: `0x${string}`; }
*/

@@ -94,0 +94,0 @@ BytesType: Config['BytesType'] extends { inputs: unknown; outputs: unknown }

@@ -140,5 +140,3 @@ /**

*/
export type Pretty<T> = {
[K in keyof T]: T[K]
} & {}
export type Pretty<T> = { [K in keyof T]: T[K] } & unknown

@@ -145,0 +143,0 @@ /**

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

export const version = '0.10.0-canary.20230703T192812'
export const version = '0.10.0-canary.20230710T162259'

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