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.3 to 0.3.4

dist/targets/legacy/runtime/typechain-runtime.ts

5

CHANGELOG.md
# Changelog
## [0.3.4] - 2018-09-13
### Changed
- fix regression in legacy target
- more tests against final package bundle
## [0.3.3] - 2018-09-13

@@ -4,0 +9,0 @@ ### Added

2

dist/index.js

@@ -24,2 +24,4 @@ "use strict";

return new web3_1.Web3(ctx);
case undefined:
throw new Error(`Please provide --target parameter!`);
default:

@@ -26,0 +28,0 @@ throw new Error(`Unsupported target ${this.ctx.rawConfig.target}!`);

4

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",

@@ -61,3 +61,3 @@ "repository": "https://github.com/Neufund/Typechain",

"prepublishOnly": "yarn build",
"build": "rm -rf ./dist && tsc -p ./tsconfig.production.json",
"build": "rm -rf ./dist && tsc -p ./tsconfig.production.json && cp -R ./lib/targets/legacy/runtime ./dist/targets/legacy/",
"postbuild": "chmod +x ./dist/cli/cli.js",

@@ -64,0 +64,0 @@ "lint": "yarn formatting && yarn tslint",

@@ -16,3 +16,8 @@ {

"./node_modules/web3-typescript-typings/index.d.ts"
],
"exclude": [
"./lib/targets/legacy/runtime/**/*.ts",
"./test/integration/targets/truffle/**/*.ts",
"./test/integration/targets/web3-1.0.0/**/*"
]
}
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