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

typechain

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typechain - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

4

CHANGELOG.md
# Changelog
## [0.3.5] - 2018-09-17
### Bugfix
- web3 target supports multiple files now
## [0.3.4] - 2018-09-13

@@ -4,0 +8,0 @@ ### Changed

2

dist/targets/web3/index.js

@@ -25,3 +25,3 @@ "use strict";

return {
path: path_1.join(this.outDirAbs, "index.d.ts"),
path: path_1.join(this.outDirAbs, `${name}.d.ts`),
contents: generation_1.codegen(contract),

@@ -28,0 +28,0 @@ };

@@ -11,5 +11,5 @@ {

],
"version": "0.3.4",
"version": "0.3.5",
"license": "MIT",
"repository": "https://github.com/Neufund/Typechain",
"repository": "https://github.com/ethereum-ts/Typechain",
"devDependencies": {

@@ -16,0 +16,0 @@ "@types/bignumber.js": "^5.0.0",

@@ -7,4 +7,5 @@ <p align="center">

<p align="center">
<a href="https://circleci.com/gh/krzkaczor/TypeChain"><img alt="Build Status" src="https://circleci.com/gh/krzkaczor/TypeChain/tree/master.svg?style=svg"></a>
<a href="https://coveralls.io/github/krzkaczor/TypeChain?branch=master"><img alt="Coverage" src="https://coveralls.io/repos/github/krzkaczor/TypeChain/badge.svg?branch=master"></a>
<a href="https://circleci.com/gh/ethereum-ts/TypeChain"><img alt="Build Status" src="https://circleci.com/gh/ethereum-ts/TypeChain/tree/master.svg?style=svg"></a>
<a href="https://coveralls.io/github/ethereum-ts/TypeChain?branch=master"><img alt="Coverage" src="https://coveralls.io/repos/github/ethereum-ts/TypeChain/badge.svg?branch=master"></a>
<img alt="Downloads" src="https://img.shields.io/npm/dm/typechain.svg">
<a href="https://github.com/prettier/prettier"><img alt="Prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg"></a>

@@ -11,0 +12,0 @@ <a href="/package.json"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>

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