New:Socket for Asana Is Now Available.Learn more
Sign In

@trigguard/runtime

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trigguard/runtime - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+4
-2
package.json
{
"name": "@trigguard/runtime",
"version": "0.1.0",
"version": "0.1.1",
"description": "Opt-in global hooks (e.g. fetch) for automatic authorization via @trigguard/intent-sdk",

@@ -11,3 +11,5 @@ "type": "module",

"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.js",
"default": "./dist/index.js"
}

@@ -14,0 +16,0 @@ },