You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@livequery/types

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livequery/types - npm Package Compare versions

Comparing version
1.0.76
to
1.0.77
+6
-6
package.json

@@ -6,7 +6,7 @@ {

},
"version": "1.0.76",
"version": "1.0.77",
"description": "",
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [

@@ -30,7 +30,7 @@ "build/**/*"

"import": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
"types": "./build/src/index.d.ts",
"default": "./build/src/index.js"
}
}
}
}
}