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

@cartridge/controller

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cartridge/controller - npm Package Compare versions

Comparing version 0.3.21 to 0.3.22

dist/nodeUrl.d.ts

5

dist/index.js

@@ -9,8 +9,9 @@ export * from "./types";

import { createModal } from "./modal";
import nodeUrl from "./nodeUrl";
export const providers = {
[constants.StarknetChainId.SN_MAIN]: new RpcProvider({
nodeUrl: process.env.NEXT_PUBLIC_RPC_MAINNET,
nodeUrl: nodeUrl.mainnet,
}),
[constants.StarknetChainId.SN_SEPOLIA]: new RpcProvider({
nodeUrl: process.env.NEXT_PUBLIC_RPC_SEPOLIA,
nodeUrl: nodeUrl.sepolia,
}),

@@ -17,0 +18,0 @@ };

8

package.json
{
"name": "@cartridge/controller",
"version": "0.3.21",
"version": "0.3.22",
"description": "Cartridge Controller",

@@ -22,9 +22,9 @@ "module": "dist/index.js",

"typescript": "^5.4.5",
"@cartridge/tsconfig": "^0.3.21"
"@cartridge/tsconfig": "^0.3.22"
},
"scripts": {
"build": "tsc",
"dev": "tsc",
"build": "NODE_ENV=production tsc",
"dev": "NODE_ENV=development tsc",
"format": "prettier --write \"src/**/*.ts\""
}
}

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