🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mochi.js/inject

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mochi.js/inject - npm Package Compare versions

Comparing version
0.4.1
to
0.4.2
+2
-2
package.json
{
"name": "@mochi.js/inject",
"version": "0.4.1",
"version": "0.4.2",
"description": "Zero-jitter stealth payload for mochi — JIT-friendly proxies installed before any page script.",

@@ -42,3 +42,3 @@ "license": "MIT",

"dependencies": {
"@mochi.js/consistency": "^0.1.4"
"@mochi.js/consistency": "^0.1.5"
},

@@ -45,0 +45,0 @@ "publishConfig": {

@@ -17,4 +17,4 @@ /**

export const VERSION = "0.4.0" as const;
export const VERSION = "0.4.1" as const;
export { buildPayload, type PayloadResult } from "./build";