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

@moralisweb3/analytics

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moralisweb3/analytics - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

dist/esm/index.js

@@ -5,5 +5,5 @@ import Axios from 'axios';

constructor(key, config) {
const baseURL = (config === null || config === void 0 ? void 0 : config.environment) === 'production'
? 'https://api.moralis.io'
: 'http://127.0.0.1:3000';
const baseURL = (config === null || config === void 0 ? void 0 : config.environment) !== 'production'
? 'http://127.0.0.1:3000'
: 'https://analytics.moralis.io';
this.axios = Axios.create({

@@ -10,0 +10,0 @@ baseURL,

{
"name": "@moralisweb3/analytics",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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

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