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.4 to 0.8.6

8

Formulas/Sandbox.js

@@ -18,2 +18,10 @@ import { Transpiler } from './Transpiler';

},
{
test: /(?:[“”])/g,
replacement: val => '"',
},
{
test: /(?:[‘’])/g,
replacement: val => "'",
},
];

@@ -20,0 +28,0 @@ this._transpiler = new Transpiler();

4

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

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

],
"gitHead": "a31a553d4fd43a23fc91efdc1df866ba256f7277"
"gitHead": "30206647e607abff1f1e2f9a2b98525f6f64e9ff"
}

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