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

ethereum-types

Package Overview
Dependencies
Maintainers
8
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-types - npm Package Compare versions

Comparing version 3.3.3 to 3.4.0

10

CHANGELOG.json
[
{
"version": "3.4.0",
"changes": [
{
"note": "Add `shouldCompileIndependently` to `CompilerOptions`",
"pr": 12
}
],
"timestamp": 1606873582
},
{
"version": "3.3.3",

@@ -4,0 +14,0 @@ "changes": [

4

CHANGELOG.md

@@ -8,2 +8,6 @@ <!--

## v3.4.0 - _December 2, 2020_
* Add `shouldCompileIndependently` to `CompilerOptions` (#12)
## v3.3.3 - _October 21, 2020_

@@ -10,0 +14,0 @@

@@ -609,2 +609,3 @@ import { BigNumber } from 'bignumber.js';

shouldSaveStandardInput?: boolean;
shouldCompileIndependently?: boolean;
}

@@ -611,0 +612,0 @@ export interface BlockRange {

4

package.json
{
"name": "ethereum-types",
"version": "3.3.3",
"version": "3.4.0",
"engines": {

@@ -50,3 +50,3 @@ "node": ">=6.12"

},
"gitHead": "799e4b091dac1aef9fb364ced5625c1799410057"
"gitHead": "e5b2c8c477f85dac6956ff52085e25eb7f2030cf"
}

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