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

@casual-simulation/aux-vm

Package Overview
Dependencies
Maintainers
2
Versions
477
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.11.15 to 0.11.16

6

package.json
{
"name": "@casual-simulation/aux-vm",
"version": "0.11.15",
"version": "0.11.16",
"description": "A set of abstractions required to securely run an AUX.",

@@ -43,3 +43,3 @@ "keywords": [

"dependencies": {
"@casual-simulation/aux-common": "^0.11.15",
"@casual-simulation/aux-common": "^0.11.16",
"@casual-simulation/causal-tree-client-socketio": "^0.11.8",

@@ -53,3 +53,3 @@ "@casual-simulation/causal-tree-store-browser": "^0.11.8",

},
"gitHead": "ee5e7c84fdf76214e7d1322bc697f5d04c30167d"
"gitHead": "d6d24f489c3bd87035e248f65980acad90a04f81"
}

@@ -11,3 +11,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

import { tap, first } from 'rxjs/operators';
import { GLOBALS_BOT_ID, shouldDeleteUser, botRemoved, convertToCopiableValue, botUpdated, tagsOnBot, parseFilterTag, ON_ACTION_ACTION_NAME, atomToEvent, BOT_SPACE_TAG, } from '@casual-simulation/aux-common';
import { GLOBALS_BOT_ID, shouldDeleteUser, botRemoved, convertToCopiableValue, botUpdated, tagsOnBot, ON_ACTION_ACTION_NAME, atomToEvent, BOT_SPACE_TAG, } from '@casual-simulation/aux-common';
import { PrecalculationManager } from '../managers/PrecalculationManager';

@@ -212,4 +212,3 @@ import { AuxHelper } from './AuxHelper';

let badTags = tagsOnBot(globals).filter(tag => {
let parsed = parseFilterTag(tag);
return (parsed.success && parsed.eventName === ON_ACTION_ACTION_NAME);
return tag === ON_ACTION_ACTION_NAME;
});

@@ -216,0 +215,0 @@ let tags = {};

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