🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@copilotkit/license-verifier

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@copilotkit/license-verifier - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+7
-5
package.json
{
"name": "@copilotkit/license-verifier",
"version": "0.4.0",
"version": "0.4.1",
"description": "CopilotKit license verification",

@@ -16,7 +16,10 @@ "main": "dist/index.js",

"scripts": {
"build": "tsdown && node scripts/obfuscate.js",
"build": "tsdown",
"test": "vitest run"
},
"files": [
"dist"
"dist/index.js",
"dist/index.mjs",
"dist/index.d.ts",
"dist/index.d.mts"
],

@@ -29,5 +32,4 @@ "publishConfig": {

"tsdown": "^0.9.0",
"vitest": "^4.0.0",
"javascript-obfuscator": "^4.0.0"
"vitest": "^4.0.0"
}
}

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

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