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

@collexx-org/abi

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collexx-org/abi - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

18

index.js

@@ -1,7 +0,13 @@

import physicalNftAbi from "./abis/physicalNftAbi.json" assert { type: "json" };
import exchangeAbi from "./abis/exchangeAbi.json" assert { type: "json" };
import proxyRegistryAbi from "./abis/proxyRegistryAbi.json" assert { type: "json" };
import raffleAbi from "./abis/raffleAbi.json" assert { type: "json" };
import seedAbi from "./abis/seedAbi.json" assert { type: "json" };
const physicalNftAbi = require("./abis/physicalNftAbi.json");
const exchangeAbi = require("./abis/exchangeAbi.json");
const proxyRegistryAbi = require("./abis/proxyRegistryAbi.json");
const raffleAbi = require("./abis/raffleAbi.json");
const seedAbi = require("./abis/seedAbi.json");
export { physicalNftAbi, exchangeAbi, proxyRegistryAbi, raffleAbi, seedAbi };
module.exports = {
physicalNftAbi,
exchangeAbi,
proxyRegistryAbi,
raffleAbi,
seedAbi,
};
{
"name": "@collexx-org/abi",
"version": "0.0.5",
"version": "0.0.6",
"description": "Collexx",

@@ -5,0 +5,0 @@ "main": "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