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

@0xproject/utils

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xproject/utils - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

0xproject-utils-0.4.2.tgz

4

CHANGELOG.md
# CHANGELOG
## v0.4.3 - _March 18, 2018_
* Add `@types/node` to dependencies since `intervalUtils` has the `NodeJS` type as part of its public interface.
## v0.4.2 - _March 18, 2018_

@@ -4,0 +8,0 @@

13

package.json
{
"name": "@0xproject/utils",
"version": "0.4.2",
"version": "0.4.3",
"description": "0x TS utils",

@@ -23,4 +23,4 @@ "main": "lib/index.js",

"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.13",
"@0xproject/tslint-config": "^0.4.11",
"@0xproject/monorepo-scripts": "^0.1.14",
"@0xproject/tslint-config": "^0.4.12",
"@types/lodash": "^4.14.86",

@@ -34,10 +34,11 @@ "copyfiles": "^1.2.0",

"dependencies": {
"@0xproject/types": "^0.4.0",
"@0xproject/types": "^0.4.1",
"@types/node": "^8.0.53",
"bignumber.js": "~4.1.0",
"ethers-contracts": "^2.2.1",
"ethers-typescript-typings": "^0.0.3",
"ethers-typescript-typings": "^0.0.4",
"js-sha3": "^0.7.0",
"lodash": "^4.17.4",
"web3": "^0.20.0",
"web3-typescript-typings": "^0.10.1"
"web3-typescript-typings": "^0.10.2"
},

@@ -44,0 +45,0 @@ "publishConfig": {

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