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.8.10 to 0.9.1

1

Files/File.d.ts

@@ -12,2 +12,3 @@ export declare type PartialFile = Partial<File>;

['aux.inventory.color']?: string;
['aux.inventory.height']?: number;
['aux.scene.user.player.color']?: unknown;

@@ -14,0 +15,0 @@ ['aux.scene.user.builder.color']?: unknown;

@@ -88,2 +88,3 @@ /**

'aux.inventory.color',
'aux.inventory.height',
'aux.scene.color',

@@ -90,0 +91,0 @@ 'aux.scene.user.player.color',

4

Formulas/formula-lib.d.ts

@@ -310,3 +310,3 @@ import { File, FileTags } from '../Files/File';

currentContext: typeof currentContext;
isBuilder: typeof isBuilder;
isDesigner: typeof isBuilder;
showInputForTag: typeof showInputForTag;

@@ -376,3 +376,3 @@ };

currentContext: typeof currentContext;
isBuilder: typeof isBuilder;
isDesigner: typeof isBuilder;
showInputForTag: typeof showInputForTag;

@@ -379,0 +379,0 @@ };

@@ -817,3 +817,3 @@ import { GLOBALS_FILE_ID } from '../Files/File';

currentContext,
isBuilder,
isDesigner: isBuilder,
showInputForTag,

@@ -820,0 +820,0 @@ };

{
"name": "@casual-simulation/aux-common",
"version": "0.8.10",
"version": "0.9.1",
"description": "Common library for AUX projects",

@@ -36,4 +36,4 @@ "main": "index.js",

"dependencies": {
"@casual-simulation/causal-trees": "^0.8.10",
"@casual-simulation/crypto": "^0.8.10",
"@casual-simulation/causal-trees": "^0.9.1",
"@casual-simulation/crypto": "^0.9.1",
"@types/acorn": "^4.0.5",

@@ -57,3 +57,3 @@ "@types/astring": "^1.3.0",

],
"gitHead": "4a9837d3f98baf659d6124bedca98a868dd1d589"
"gitHead": "9567ed9eba758220b92f2981d09b53fbecf63fa2"
}

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