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

@rhcp/mimir_transforms_web

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rhcp/mimir_transforms_web - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

mimir_transforms.d.ts

@@ -102,3 +102,3 @@ /* tslint:disable */

*/
export function codeTransform(input: string): string;
export function preclude(input: string): string;
/**

@@ -184,3 +184,3 @@ * Handler for `console.log` invocations.

readonly admonish: (a: number, b: number, c: number) => void;
readonly codeTransform: (a: number, b: number, c: number) => void;
readonly preclude: (a: number, b: number, c: number) => void;
readonly __wbg_wasmbindgentestcontext_free: (a: number) => void;

@@ -187,0 +187,0 @@ readonly wasmbindgentestcontext_new: () => number;

@@ -335,3 +335,3 @@ let wasm;

*/
export function codeTransform(input) {
export function preclude(input) {
let deferred2_0;

@@ -343,3 +343,3 @@ let deferred2_1;

const len0 = WASM_VECTOR_LEN;
wasm.codeTransform(retptr, ptr0, len0);
wasm.preclude(retptr, ptr0, len0);
var r0 = getInt32Memory0()[retptr / 4 + 0];

@@ -346,0 +346,0 @@ var r1 = getInt32Memory0()[retptr / 4 + 1];

@@ -7,3 +7,3 @@ {

"description": "A WebAssembly build of Mimir transforms, suitable for use in Nodejs and browsers.",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",

@@ -10,0 +10,0 @@ "files": [

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