Socket
Socket
Sign inDemoInstall

@mparticle/web-sdk

Package Overview
Dependencies
Maintainers
7
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mparticle/web-sdk - npm Package Compare versions

Comparing version 2.9.8-rc.2 to 2.9.9-rc.1

3

CHANGELOG.md
## Releases
--
#### 2.9.9 - 2019-08-07
* Bugfix - Check all event attributes when forwarding rules are set
#### 2.9.8 - 2019-08-07

@@ -5,0 +8,0 @@ * Migrate to ES6 Modules; Replace Browserify with Rollup

2

package.json
{
"name": "@mparticle/web-sdk",
"version": "2.9.8-rc.2",
"version": "2.9.9-rc.1",
"description": "mParticle core SDK for web applications",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

var Constants = {
sdkVersion: '2.9.8',
sdkVersion: '2.9.9',
sdkVendor: 'mparticle',

@@ -4,0 +4,0 @@ platform: 'web',

@@ -243,4 +243,6 @@ import Helpers from './helpers';

}
break;
if (foundProp) {
break;
}
}

@@ -247,0 +249,0 @@ }

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