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

tree-changes

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-changes - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

6

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

10

package.json
{
"name": "tree-changes",
"version": "0.9.0",
"version": "0.9.1",
"description": "Get changes between two versions of data with similar shape",

@@ -29,8 +29,8 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"dependencies": {
"@gilbarbara/deep-equal": "^0.1.0",
"is-lite": "^0.8.1"
"@gilbarbara/deep-equal": "^0.1.1",
"is-lite": "^0.8.2"
},
"devDependencies": {
"del-cli": "^4.0.1",
"typescript": "^4.4.3"
"typescript": "^4.7.2"
},

@@ -70,3 +70,3 @@ "scripts": {

],
"gitHead": "0d1c0dc2149ada45dd26163156414470bce211fb"
"gitHead": "88a51e4995d8ebc7938a6bdd290f882c875e73c3"
}

@@ -7,2 +7,4 @@ # tree-changes

> The React hook introduced in v0.6 now has its own package: [tree-changes-hook](https://github.com/gilbarbara/tree-changes/tree/master/packages/tree-changes-hook).
## Setup

@@ -14,5 +16,2 @@

> **Breaking changes**
> The React hook introduced in v0.6 now has it's own package: [tree-changes-hook](https://github.com/gilbarbara/tree-changes/tree/master/packages/tree-changes-hook).
## Usage

@@ -19,0 +18,0 @@

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