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

avo-mparticle-sdk-javascript

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avo-mparticle-sdk-javascript - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js
var apiKey;
exports.init = function init(key) {
exports.init = function init(key, options) {
apiKey = key;
window.mParticle = window.mParticle || {};
window.mParticle.config = window.mParticle.config || {};
window.mParticle.config = window.mParticle.config || {
isDevelopmentMode: options.isDevelopmentMode === true
};
window.mParticle.config.rq = [];

@@ -8,0 +10,0 @@ window.mParticle.ready = function(f) {

{
"name": "avo-mparticle-sdk-javascript",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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