New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.2 to 5.1.0

10

CHANGELOG.json
[
{
"version": "5.1.0",
"changes": [
{
"note": "Add `version()` to `SolcInstance`",
"pr": 2532
}
],
"timestamp": 1592969527
},
{
"timestamp": 1581204851,

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

4

CHANGELOG.md

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

## v5.1.0 - _June 24, 2020_
* Add `version()` to `SolcInstance` (#2532)
## v5.0.2 - _February 8, 2020_

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

6

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

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

"bignumber.js": "~9.0.0",
"ethereum-types": "^3.1.0",
"ethereum-types": "^3.1.1",
"popper.js": "1.14.3"

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

},
"gitHead": "5754c11e34b6c833898184360398fb6287d54138"
"gitHead": "7bf710f153a51d4904e37f456466fb3c0037071f"
}

@@ -108,2 +108,3 @@ declare module 'solc' {

compileStandardWrapper(input: string, findImports?: (importPath: string) => ImportContents): string;
version(): string;
}

@@ -110,0 +111,0 @@ export function loadRemoteVersion(

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