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
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 3.0.8 to 4.0.0

10

CHANGELOG.json
[
{
"version": "4.0.0",
"changes": [
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
],
"timestamp": 1549373905
},
{
"timestamp": 1547561734,

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

4

CHANGELOG.md

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

## v4.0.0 - _February 5, 2019_
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v3.0.8 - _January 15, 2019_

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

8

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

@@ -29,4 +29,4 @@ "node": ">=6.12"

"@types/react": "*",
"bignumber.js": "~4.1.0",
"ethereum-types": "^1.1.6",
"bignumber.js": "~8.0.2",
"ethereum-types": "^2.0.0",
"popper.js": "1.14.3"

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

},
"gitHead": "f570f80674c22f69712c45e8e3c48e948b51f357"
"gitHead": "7b583cecb29c24f561c8befa835ba9ef5a6918f6"
}

@@ -98,3 +98,3 @@ declare module 'solc' {

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

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