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

@mochi.js/core

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mochi.js/core - npm Package Compare versions

Comparing version
0.9.0
to
0.9.1
+2
-2
package.json
{
"name": "@mochi.js/core",
"version": "0.9.0",
"version": "0.9.1",
"description": "The library for faithful browser automation. Bun-native; relational fingerprint matrix, biomechanical input, stock Chromium-for-Testing.",

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

"@mochi.js/consistency": "^0.1.4",
"@mochi.js/inject": "^0.4.0",
"@mochi.js/inject": "^0.4.1",
"@mochi.js/profiles": "^0.2.0"

@@ -58,0 +58,0 @@ },

/** Single source of truth for the @mochi.js/core package version string. */
export const VERSION = "0.7.0" as const;
export const VERSION = "0.9.0" as const;