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

@0x/typescript-typings

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/typescript-typings - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

10

CHANGELOG.json
[
{
"version": "4.2.0",
"changes": [
{
"note": "Add optional types to optimizer settings",
"pr": 1682
}
],
"timestamp": 1553091633
},
{
"version": "4.1.0",

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

4

CHANGELOG.md

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

## v4.2.0 - _March 20, 2019_
* Add optional types to optimizer settings (#1682)
## v4.1.0 - _February 25, 2019_

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

6

package.json
{
"name": "@0x/typescript-typings",
"version": "4.1.0",
"version": "4.2.0",
"engines": {

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

"bignumber.js": "~8.0.2",
"ethereum-types": "^2.1.0",
"ethereum-types": "^2.1.1",
"popper.js": "1.14.3"

@@ -41,3 +41,3 @@ },

},
"gitHead": "5934eb0559c7f25bde025a79554ba3632e63af2e"
"gitHead": "d4c37ecfa3be19f5df560694d14d8c0161f41dc4"
}

@@ -69,2 +69,11 @@ declare module 'solc' {

runs?: number;
details?: {
peephole?: boolean;
jumpdestRemover?: boolean;
orderLiterals?: boolean;
deduplicate?: boolean;
cse?: boolean;
constantOptimizer?: boolean;
yul?: boolean;
};
};

@@ -71,0 +80,0 @@ evmVersion?: 'homestead' | 'tangerineWhistle' | 'spuriousDragon' | 'byzantium' | 'constantinople';

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