🎩 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.1
to
0.4.2
+21
LICENSE
MIT License
Copyright (c) CopilotKit, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+11
-2
{
"name": "@copilotkit/license-verifier",
"version": "0.4.1",
"version": "0.4.2",
"description": "CopilotKit license verification",
"license": "MIT",
"author": "CopilotKit, Inc.",
"homepage": "https://copilotkit.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/CopilotKit/CopilotKit.git"
},
"main": "dist/index.js",

@@ -23,3 +30,5 @@ "module": "dist/index.mjs",

"dist/index.d.ts",
"dist/index.d.mts"
"dist/index.d.mts",
"LICENSE",
"README.md"
],

@@ -26,0 +35,0 @@ "publishConfig": {

@@ -48,1 +48,5 @@ # @copilotkit/license-verifier

The package does not export a network client for online verification. Hosts that fetch signing keys from an online endpoint should validate that response outside this package, then call `addRuntimeKeyAttestation({ keyId, publicKey, attestationSig })`. The attestation signature must be over `keyId:publicKey` and signed by the master key baked into the package.
## License
MIT — see [LICENSE](./LICENSE).