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.48 to 0.0.49

7

fetch-contracts.ts

@@ -11,5 +11,8 @@ import * as fs from "fs";

const DEV_BRANCH = process.env.DEV_BRANCH;
// || "feature/get-node-info-in-one-contract-call"
const DEV_BRANCH = process.env.DEV_BRANCH;
if (!DEV_BRANCH) {
throw new Error("❌ DEV_BRANCH is not defined");
}
type ABISource = {

@@ -16,0 +19,0 @@ repoName: string;

{
"name": "@lit-protocol/contracts",
"version": "0.0.48",
"version": "0.0.49",
"main": "./dist/index.cjs",

@@ -5,0 +5,0 @@ "module": "./dist/index.js",

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