New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0x/assert

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/assert - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

9

CHANGELOG.json
[
{
"timestamp": 1551130135,
"version": "2.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1549733923,

@@ -4,0 +13,0 @@ "version": "2.0.3",

4

CHANGELOG.md

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

## v2.0.4 - _February 25, 2019_
* Dependencies updated
## v2.0.3 - _February 9, 2019_

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

@@ -50,2 +50,3 @@ "use strict";

isWeb3Provider: function (variableName, value) {
utils_1.logUtils.warn('DEPRECATED: Please use providerUtils.standardizeOrThrow() instead');
var isWeb3Provider = _.isFunction(value.send) || _.isFunction(value.sendAsync);

@@ -52,0 +53,0 @@ exports.assert.assert(isWeb3Provider, exports.assert.typeAssertionMessage(variableName, 'Provider', value));

10

package.json
{
"name": "@0x/assert",
"version": "2.0.3",
"version": "2.0.4",
"engines": {

@@ -47,5 +47,5 @@ "node": ">=6.12"

"dependencies": {
"@0x/json-schemas": "^3.0.3",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.1.0",
"@0x/json-schemas": "^3.0.4",
"@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.0",
"lodash": "^4.17.11",

@@ -57,3 +57,3 @@ "valid-url": "^1.0.9"

},
"gitHead": "e909faa3ef9cea5d9b4044b993251e98afdb0d19"
"gitHead": "5934eb0559c7f25bde025a79554ba3632e63af2e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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