Socket
Socket
Sign inDemoInstall

mendoza

Package Overview
Dependencies
Maintainers
37
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mendoza - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

9

dist/index.js

@@ -18,8 +18,11 @@ var __defProp$1 = Object.defineProperty;

__publicField$1(this, "patch");
__publicField$1(this, "i", 0);
__publicField$1(this, "inputStack", []);
__publicField$1(this, "outputStack", []);
__publicField$1(this, "i");
__publicField$1(this, "inputStack");
__publicField$1(this, "outputStack");
this.model = model;
this.root = root;
this.patch = patch;
this.i = 0;
this.inputStack = [];
this.outputStack = [];
}

@@ -26,0 +29,0 @@ read() {

{
"name": "mendoza",
"version": "3.0.1",
"version": "3.0.2",
"description": "Mendoza, differ for structured documents",

@@ -5,0 +5,0 @@ "keywords": [

@@ -43,8 +43,8 @@ import {ObjectModel} from './object-model'

export class Patcher<V, S, O, A> {
private model: ObjectModel<V, S, O, A>
private root: V
private patch: RawPatch
private i = 0
private inputStack: InputEntry<V>[] = []
private outputStack: OutputEntry<V, S, O, A>[] = []
model: ObjectModel<V, S, O, A>
root: V
patch: RawPatch
i: number
inputStack: InputEntry<V>[]
outputStack: OutputEntry<V, S, O, A>[]

@@ -55,2 +55,5 @@ constructor(model: ObjectModel<V, S, O, A>, root: V, patch: RawPatch) {

this.patch = patch
this.i = 0
this.inputStack = []
this.outputStack = []
}

@@ -57,0 +60,0 @@

Sorry, the diff of this file is not supported yet

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