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

mx-atrium

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mx-atrium - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

4

atrium.d.ts

@@ -1319,4 +1319,4 @@ import localVarRequest = require('request');

export declare class AtriumClient {
constructor(apiKey: any, clientID: any);
mount(label: any, val: any, apiKey: any, clientID: any): void;
constructor(apiKey: string, clientID: string);
mount(label: keyof AtriumClient, val: any, apiKey: string, clientID: string): void;
accounts: AccountsApi;

@@ -1323,0 +1323,0 @@ connectWidget: ConnectWidgetApi;

{
"name": "mx-atrium",
"version": "2.8.1",
"version": "2.8.2",
"description": "NodeJS client for mx-atrium-node",

@@ -9,6 +9,13 @@ "repository": "mxenabled/mx-atrium-node",

"scripts": {
"clean": "rm -Rf node_modules/ *.js",
"clean": "rm -rf node_modules/ *.js",
"build": "tsc",
"test": "npm run build && node client.js"
},
"files": [
"atrium.d.ts",
"atrium.js",
"atrium.js.map",
"LICENSE",
"README.md"
],
"author": "MX",

@@ -15,0 +22,0 @@ "license": "MIT",

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