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

@4ier/neo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4ier/neo - npm Package Compare versions

Comparing version
1.3.1
to
1.4.0
+3
-2
package.json
{
"name": "@4ier/neo",
"version": "1.3.1",
"version": "1.4.0",
"description": "Turn any website into an AI-callable API. Passive traffic capture, API schema generation, and execution.",
"type": "module",
"scripts": {
"build": "NEO_ENTRY=background vite build && NEO_ENTRY=content vite build && NEO_ENTRY=inject vite build",
"build": "cross-env NEO_ENTRY=background vite build && cross-env NEO_ENTRY=content vite build && cross-env NEO_ENTRY=inject vite build",
"test": "node tools/neo.test.cjs"

@@ -42,2 +42,3 @@ },

"@types/node": "^22.10.5",
"cross-env": "^10.1.0",
"dexie": "^4.0.11",

@@ -44,0 +45,0 @@ "typescript": "^5.8.2",

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