New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lit-protocol/accs-schemas

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/accs-schemas - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "@lit-protocol/accs-schemas",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",

@@ -40,3 +40,3 @@ "types": "./types/index.d.ts",

"mocha": "^10.2.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"tsconfig-paths": "^4.2.0",

@@ -43,0 +43,0 @@ "tsx": "^4.7.0",

@@ -12,2 +12,3 @@ # Lit Protocol Access Control Condition definitions

The following condition types are defined:
- EVM Basic Conditions

@@ -14,0 +15,0 @@ - EVM Custom Contract Conditions

@@ -74,3 +74,4 @@ /* eslint-disable */

| 'SIWE'
| 'PKPPermissions';
| 'PKPPermissions'
| 'LitAction';
method: string;

@@ -77,0 +78,0 @@ parameters: string[];

@@ -80,3 +80,4 @@ {

"SIWE",
"PKPPermissions"
"PKPPermissions",
"LitAction"
]

@@ -83,0 +84,0 @@ },

@@ -26,4 +26,4 @@ {

"strictNullChecks": true
},
}
// "exclude": ["node_modules"]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc