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

@mcma/client

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcma/client - npm Package Compare versions

Comparing version 0.4.6 to 0.5.0

2

index.d.ts

@@ -17,3 +17,3 @@ import { AxiosRequestConfig, AxiosPromise } from "axios";

add(authType: string, authenticatorFactory: AuthenticatorFactory): void;
get(authType: string, authContext: any): Authenticator;
get(authType: string, authContext?: any): Authenticator;
}

@@ -20,0 +20,0 @@

{
"name": "@mcma/client",
"version": "0.4.6",
"version": "0.5.0",
"description": "Node module with classes and functions used to access services in an MCMA environment",

@@ -26,5 +26,8 @@ "engines": {

"dependencies": {
"axios": "^0.18.0",
"@mcma/core": "0.4.6"
"@mcma/core": "^0.5.0",
"axios": "^0.18.0"
},
"peerDependencies": {
"@mcma/core": "0.5.0"
},
"devDependencies": {

@@ -31,0 +34,0 @@ "jasmine": "^3.3.1"

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