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.9.0-canary.20230619T220944 to 0.9.0-canary.20230703T162405

2

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

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

export const version = '0.9.0-canary.20230619T220944';
export const version = '0.9.0-canary.20230703T162405';
//# sourceMappingURL=version.js.map

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

export declare const version = "0.9.0-canary.20230619T220944";
export declare const version = "0.9.0-canary.20230703T162405";
//# sourceMappingURL=version.d.ts.map
{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"peerDependencies": {
"typescript": ">=5.0.4",
"zod": "^3 >=3.19.1"
},
"peerDependenciesMeta": {
"zod": {
"optional": true
}
},
"version": "0.9.0-canary.20230619T220944",
"version": "0.9.0-canary.20230703T162405",
"license": "MIT",
"repository": "wagmi-dev/abitype",
"files": [

@@ -22,2 +15,7 @@ "dist",

],
"sideEffects": false,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"exports": {

@@ -46,6 +44,2 @@ ".": {

},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"typings": "./dist/types/index.d.ts",
"typesVersions": {

@@ -64,5 +58,21 @@ "*": {

},
"sideEffects": false,
"license": "MIT",
"repository": "wagmi-dev/abitype",
"peerDependencies": {
"typescript": ">=5.0.4",
"zod": "^3 >=3.19.1"
},
"peerDependenciesMeta": {
"zod": {
"optional": true
}
},
"contributors": [
"jxom.eth <j@wagmi.sh>",
"awkweb.eth <t@wagmi.sh>"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": [

@@ -69,0 +79,0 @@ "abi",

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

export const version = '0.9.0-canary.20230619T220944'
export const version = '0.9.0-canary.20230703T162405'
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