Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lit-protocol/misc

Package Overview
Dependencies
Maintainers
5
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/misc - npm Package Compare versions

Comparing version 2.0.40 to 2.0.43

8

package.json
{
"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

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