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

abitype

Package Overview
Dependencies
Maintainers
2
Versions
180
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.0.0-canary.20231013T212808 to 0.0.0-canary.20231029T213911

dist/esm/package.json

2

dist/cjs/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '0.0.0-canary.20231013T212808';
exports.version = '0.0.0-canary.20231029T213911';
//# sourceMappingURL=version.js.map

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

export const version = '0.0.0-canary.20231013T212808';
export const version = '0.0.0-canary.20231029T213911';
//# sourceMappingURL=version.js.map

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

export declare const version = "0.0.0-canary.20231013T212808";
export declare const version = "0.0.0-canary.20231029T213911";
//# sourceMappingURL=version.d.ts.map
{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"version": "0.0.0-canary.20231013T212808",
"version": "0.0.0-canary.20231029T213911",
"license": "MIT",

@@ -10,3 +10,3 @@ "repository": "wagmi-dev/abitype",

"build:cjs": "tsc --project tsconfig.build.json --module commonjs --moduleResolution node10 --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
"build:esm+types": "tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types",
"build:esm+types": "tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'",
"clean": "rm -rf dist tsconfig.tsbuildinfo abis zod",

@@ -13,0 +13,0 @@ "test:build": "publint --strict",

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

export const version = '0.0.0-canary.20231013T212808'
export const version = '0.0.0-canary.20231029T213911'
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