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

@zapfacil/mega-api

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zapfacil/mega-api - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

dist/typings/index.d.ts

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import { MegaApiInterface, PostInterface, SendMessageInterface } from '..';
import { MegaApiInterface, PostInterface, SendMessageInterface } from './typings';
declare class MegaApi {

@@ -3,0 +3,0 @@ private arrayOfInstances;

{
"name": "@zapfacil/mega-api",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

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

import axios, { AxiosRequestConfig } from 'axios';
import { MegaApiInterface, PostInterface, SendMessageInterface } from '..';
import { MegaApiInterface, PostInterface, SendMessageInterface } from './typings';
import { onRequest, onRequestError, onResponseError, onResponse } from './interceptors'

@@ -4,0 +4,0 @@ class MegaApi {

@@ -9,3 +9,3 @@ {

"strict": true,
"esModuleInterop": true
"esModuleInterop": true,
},

@@ -12,0 +12,0 @@ "exclude": [

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