Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@godscene/core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@godscene/core - npm Package Compare versions

Comparing version
1.7.16
to
1.7.17
+2
-0
dist/es/agent/task-builder.mjs

@@ -310,5 +310,7 @@ import { findAllMidsceneLocatorField, parseActionParam } from "../ai-model/index.mjs";

});
console.log(data, 'getElementFromPoint data');
element.allPaths = data?.allPaths || [];
element.containerPaths = data?.containerPaths || [];
} catch (error) {
console.log(error, 'getElementFromPoint error');
element.allPaths = [];

@@ -315,0 +317,0 @@ element.containerPaths = [];

+1
-1

@@ -126,3 +126,3 @@ import { ScreenshotItem } from "../screenshot-item.mjs";

}
const getMidsceneVersion = ()=>"1.7.15";
const getMidsceneVersion = ()=>"1.7.16";
const parsePrompt = (prompt)=>{

@@ -129,0 +129,0 @@ if ('string' == typeof prompt) return {

@@ -339,5 +339,7 @@ "use strict";

});
console.log(data, 'getElementFromPoint data');
element.allPaths = data?.allPaths || [];
element.containerPaths = data?.containerPaths || [];
} catch (error) {
console.log(error, 'getElementFromPoint error');
element.allPaths = [];

@@ -344,0 +346,0 @@ element.containerPaths = [];

@@ -173,3 +173,3 @@ "use strict";

}
const getMidsceneVersion = ()=>"1.7.15";
const getMidsceneVersion = ()=>"1.7.16";
const parsePrompt = (prompt)=>{

@@ -176,0 +176,0 @@ if ('string' == typeof prompt) return {

{
"name": "@godscene/core",
"description": "Automate browser actions, extract data, and perform assertions using AI. It offers JavaScript SDK, Chrome extension, and support for scripting in YAML. See https://midscenejs.com/ for details.",
"version": "1.7.16",
"version": "1.7.17",
"repository": "https://github.com/web-infra-dev/midscene",

@@ -100,3 +100,3 @@ "homepage": "https://midscenejs.com/",

"zod": "^3.25.1",
"@godscene/shared": "1.7.16"
"@godscene/shared": "1.7.17"
},

@@ -103,0 +103,0 @@ "devDependencies": {

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

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