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

blockchainiz

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchainiz - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

package.json
{
"name": "blockchainiz",
"version": "1.3.3",
"version": "1.3.4",
"description": "A node library to interact more easily with the Blockchainiz API",

@@ -5,0 +5,0 @@ "main": "index.js",

const options = {
sandboxUrl: 'https://sandbox.blockchainiz.io/api/v1',
sandboxUrl: 'https://api.blockchainiz.io/dev/v1',
prodUrl: 'https://api.blockchainiz.io/v1',
sandboxSocketIoUrl: 'https://sandbox.blockchainiz.io',
sandboxSocketIoUrl: 'https://api.blockchainiz.io',
prodSocketIoUrl: 'https://api.blockchainiz.io',
sandboxSocketIoPath: '/api/v1/socket.io/',
sandboxSocketIoPath: '/dev/v1/socket.io/',
prodSocketIoPath: '/v1/socket.io/',

@@ -8,0 +8,0 @@ };

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