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

@lit-protocol/contracts

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/contracts - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

2

package.json
{
"name": "@lit-protocol/contracts",
"version": "0.0.16",
"version": "0.0.17",
"module": "index.ts",

@@ -5,0 +5,0 @@ "type": "module",

@@ -10,3 +10,3 @@ # Fetch Lit contracts and have the same format as general-worker

eg.
eg.

@@ -25,1 +25,18 @@ ```

```
# Installation
```
yarn add @lit-protocol/contracts
```
# Usage
```
import { datilDev, datilTest, datil } from "@lit-protocol/contracts";
console.log("datilDev:", datilDev);
console.log("datilTest:", datilTest);
console.log("datil:", datil);
```
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