@lit-protocol/misc
Advanced tools
Comparing version 2.0.40 to 2.0.43
{ | ||
"name": "@lit-protocol/misc", | ||
"version": "2.0.40", | ||
"version": "2.0.43", | ||
"type": "commonjs", | ||
"dependencies": { | ||
"@lit-protocol/constants": "2.0.40", | ||
"@lit-protocol/constants": "2.0.43", | ||
"tslib": "^2.3.0" | ||
@@ -13,3 +13,3 @@ }, | ||
}, | ||
"gitHead": "9253b8b5e1e5b72f9c5b30a2b4508ebeb733422d", | ||
"gitHead": "f60436e45d424ce1316b472265dae87c66890cd9", | ||
"tags": [ | ||
@@ -21,5 +21,5 @@ "universal" | ||
"peerDependencies": { | ||
"@lit-protocol/constants": "2.0.40", | ||
"@lit-protocol/constants": "2.0.43", | ||
"tslib": "^2.3.0" | ||
} | ||
} |
@@ -1,1 +0,16 @@ | ||
# Non-business logic functions | ||
# Quick Start | ||
### node.js / browser | ||
``` | ||
yarn add @lit-protocol/misc | ||
``` | ||
### Vanilla JS (UMD) | ||
```js | ||
<script src="https://cdn.jsdelivr.net/npm/@lit-protocol/misc-vanilla/misc.js"></script> | ||
<script> | ||
console.log(LitJsSdk_misc); | ||
</script> | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21467
16
192
+ Added@lit-protocol/constants@2.0.43(transitive)
- Removed@lit-protocol/constants@2.0.40(transitive)