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

@0x/typescript-typings

Package Overview
Dependencies
Maintainers
11
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 5.2.2 to 5.3.0

10

CHANGELOG.json
[
{
"version": "5.3.0",
"changes": [
{
"note": "Update typings for solc 0.8",
"pr": 61
}
],
"timestamp": 1647412162
},
{
"timestamp": 1645908702,

@@ -4,0 +14,0 @@ "version": "5.2.2",

4

CHANGELOG.md

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

## v5.3.0 - _March 16, 2022_
* Update typings for solc 0.8 (#61)
## v5.2.2 - _February 26, 2022_

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

4

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

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

},
"gitHead": "843390895155b49a9b257249db27d33d36c7a532"
"gitHead": "41976dd3a4c21cf6edd3a023850ad2c9ae5b6880"
}

@@ -102,8 +102,4 @@ declare module 'solc' {

export interface SolcInstance {
compile(
sources: InputSources,
optimizerEnabled: number,
findImports: (importPath: string) => ImportContents,
): CompilationResult;
compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string;
compile(sources: InputSources, findImports?: (importPath: string) => ImportContents): CompilationResult;
compile(sources: string, findImports?: (importPath: string) => ImportContents): string;
version(): string;

@@ -110,0 +106,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