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 3.3.4-alpha.9230094984 to 3.3.4-alpha.9289538794

14

bots/BotEvents.js

@@ -1519,2 +1519,16 @@ import { clamp } from '../utils';

}
/**
* Creates a CreateStaticHtmlAction.
* @param bots The bots that should be used to render the template.
* @param templateUrl The URL of the template.
* @param taskId The ID of the task.
*/
export function createStaticHtml(bots, templateUrl, taskId) {
return {
type: 'create_static_html',
bots,
templateUrl,
taskId,
};
}
//# sourceMappingURL=BotEvents.js.map

6

package.json
{
"name": "@casual-simulation/aux-common",
"version": "3.3.4-alpha.9230094984",
"version": "3.3.4-alpha.9289538794",
"description": "Common library for AUX projects",

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

"@casual-simulation/three": "^0.140.3",
"@casual-simulation/timesync": "^3.3.4-alpha.9230094984",
"@casual-simulation/timesync": "^3.3.4-alpha.9289538794",
"@tweenjs/tween.js": "18.6.0",

@@ -75,3 +75,3 @@ "@types/estraverse": "^5.1.1",

],
"gitHead": "e5f9dc3d17707b4d9104ee1aa8f5fe76c69e8379"
"gitHead": "9619b78554d8fe16e8ad7f72c0afed688c760e3d"
}

Sorry, the diff of this file is too big to display

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