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

@0x/utils

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/utils - npm Package Compare versions

Comparing version 4.3.3 to 4.4.0

lib/src/delete_nested_property.d.ts

10

CHANGELOG.json
[
{
"version": "4.4.0",
"changes": [
{
"note": "Add function deleteNestedProperty",
"pr": 1842
}
],
"timestamp": 1563006338
},
{
"version": "4.3.3",

@@ -4,0 +14,0 @@ "changes": [

4

CHANGELOG.md

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

## v4.4.0 - _July 13, 2019_
* Add function deleteNestedProperty (#1842)
## v4.3.3 - _May 10, 2019_

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

export { promisify } from './promisify';
export { addressUtils } from './address_utils';
export { classUtils } from './class_utils';
export { deleteNestedProperty } from './delete_nested_property';
export { intervalUtils } from './interval_utils';

@@ -5,0 +6,0 @@ export { providerUtils } from './provider_utils';

@@ -9,2 +9,4 @@ "use strict";

exports.classUtils = class_utils_1.classUtils;
var delete_nested_property_1 = require("./delete_nested_property");
exports.deleteNestedProperty = delete_nested_property_1.deleteNestedProperty;
var interval_utils_1 = require("./interval_utils");

@@ -11,0 +13,0 @@ exports.intervalUtils = interval_utils_1.intervalUtils;

10

package.json
{
"name": "@0x/utils",
"version": "4.3.3",
"version": "4.4.0",
"engines": {

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

"dependencies": {
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@types/node": "*",

@@ -56,3 +56,3 @@ "abortcontroller-polyfill": "^1.1.9",

"detect-node": "2.0.3",
"ethereum-types": "^2.1.2",
"ethereum-types": "^2.1.3",
"ethereumjs-util": "^5.1.1",

@@ -67,3 +67,3 @@ "ethers": "~4.0.4",

},
"gitHead": "490aafba4e2c5a6123ca62f70054a743eb4b904f"
"gitHead": "e8535551650633b26eac8330b91b6a1b92ec43f3"
}

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