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

@casual-simulation/aux-common

Package Overview
Dependencies
Maintainers
2
Versions
473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/aux-common - npm Package Compare versions

Comparing version 0.9.17 to 0.9.18

11

aux-format/AuxCausalTree.js

@@ -318,14 +318,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const atom = refs[i];
let newlyRemoved = [];
if (atom.value.type === AuxOpType.value) {
newlyRemoved = this.weave.removeBefore(atom);
const newlyRemoved = this.weave.removeBefore(atom);
checkRemovedAtoms(atom, newlyRemoved, AuxOpType.value);
removed.push(...newlyRemoved);
}
else if (atom.value.type === AuxOpType.delete) {
if (typeof atom.value.start === 'undefined') {
newlyRemoved = this.weave.removeBefore(atom);
checkRemovedAtoms(atom, newlyRemoved, AuxOpType.tag);
}
}
removed.push(...newlyRemoved);
}

@@ -332,0 +325,0 @@ return removed;

4

package.json
{
"name": "@casual-simulation/aux-common",
"version": "0.9.17",
"version": "0.9.18",
"description": "Common library for AUX projects",

@@ -56,3 +56,3 @@ "main": "index.js",

],
"gitHead": "2de02cad6452e12c60fac257ecf1d0eb5f2cc406"
"gitHead": "51ad1277719c2058f505386632948b95d9b38c47"
}

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