Socket
Socket
Sign inDemoInstall

@mparticle/data-planning-node

Package Overview
Dependencies
Maintainers
10
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mparticle/data-planning-node - npm Package Compare versions

Comparing version 1.0.1-alpha.0 to 1.0.2

2

package.json
{
"name": "@mparticle/data-planning-node",
"version": "1.0.1-alpha.0",
"version": "1.0.2",
"description": "A Node Interface for Data Planning",

@@ -5,0 +5,0 @@ "main": "dist/mparticle-data-planning.common.js",

@@ -53,6 +53,2 @@ import path from 'path';

this.apiURL = this.getAPIURL();
} else {
throw new Error(
'Missing Credentials for generating API Request'
);
}

@@ -66,3 +62,5 @@ }

} else {
return undefined;
throw new Error(
'Cannot Generate Token. Client ID and Secret are invalid'
);
}

@@ -69,0 +67,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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