You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@lit-protocol/access-control-conditions

Package Overview
Dependencies
Maintainers
8
Versions
552
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/access-control-conditions - npm Package Compare versions

Comparing version

to
8.0.0-alpha.8

30

CHANGELOG.md
# @lit-protocol/access-control-conditions
## 8.0.0-alpha.8
### Major Changes
- fix build pipeline -> dependencies order is important
### Patch Changes
- Updated dependencies
- @lit-protocol/access-control-conditions-schemas@8.0.0-alpha.8
- @lit-protocol/constants@8.0.0-alpha.8
- @lit-protocol/logger@8.0.0-alpha.8
- @lit-protocol/schemas@8.0.0-alpha.8
- @lit-protocol/types@8.0.0-alpha.8
## 8.0.0-alpha.7
### Major Changes
- add a pipeline to check for missing dependencies
### Patch Changes
- Updated dependencies
- @lit-protocol/access-control-conditions-schemas@8.0.0-alpha.7
- @lit-protocol/constants@8.0.0-alpha.7
- @lit-protocol/logger@8.0.0-alpha.7
- @lit-protocol/schemas@8.0.0-alpha.7
- @lit-protocol/types@8.0.0-alpha.7
## 8.0.0-alpha.6

@@ -4,0 +34,0 @@

17

package.json

@@ -24,12 +24,17 @@ {

],
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.8",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@lit-protocol/access-control-conditions-schemas": "8.0.0-alpha.6",
"@lit-protocol/constants": "8.0.0-alpha.6",
"@lit-protocol/logger": "8.0.0-alpha.6",
"@lit-protocol/schemas": "8.0.0-alpha.6",
"@lit-protocol/types": "8.0.0-alpha.6"
"@ethersproject/contracts": "^1.0.0",
"@ethersproject/providers": "^1.0.0",
"@lit-protocol/access-control-conditions-schemas": "workspace:*",
"@lit-protocol/constants": "workspace:*",
"@lit-protocol/logger": "workspace:*",
"@lit-protocol/schemas": "workspace:*",
"@lit-protocol/types": "workspace:*",
"@nrwl/eslint-plugin-nx": "^1.0.0",
"ethers": "^5.7.1",
"zod": "3.24.3"
}
}