Socket
Socket
Sign inDemoInstall

@mparticle/web-sdk

Package Overview
Dependencies
Maintainers
10
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.12.3 to 2.12.6

26

CHANGELOG.md

@@ -0,1 +1,27 @@

## [2.12.6](https://github.com/mParticle/mparticle-web-sdk-public-test/compare/v2.12.5...v2.12.6) (2021-02-09)
### Bug Fixes
* Add failCmd to ci ([315646d](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/315646d947fbe3a6506f6355231cc813bec84149))
* Add key to constants ([a9413b9](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/a9413b93e6dcc835e7215b215692a6868dbf1e67))
* Remove npx and use prepareCmd instead of verifyRelease ([89e96cc](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/89e96cccc3bbec4f0d051b089d62132dbbd44691))
* Update token name ([4fc24fe](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/4fc24fe8c94560c301c942bc3a0da6ef1447665b))
## [2.12.5](https://github.com/mParticle/mparticle-web-sdk-public-test/compare/v2.12.4...v2.12.5) (2021-02-05)
### Bug Fixes
* add abc.js ([7fce6b6](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/7fce6b65ed05944b79221230d2ab2eb5d188e10c))
## [2.12.4](https://github.com/mParticle/mparticle-web-sdk-public-test/compare/v2.12.3...v2.12.4) (2021-02-02)
### Bug Fixes
* remove .releaserc in favor of release.config.js ([9dffabc](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/9dffabcfbdb5dcfbb4583390f1a4127f05ea872a))
* update key1 for constants.js ([fb11b87](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/fb11b87be627424e5bca6801b947faa8db0c4c90))
* update public github test url ([045e3b9](https://github.com/mParticle/mparticle-web-sdk-public-test/commit/045e3b9c679c073e305285a68fe6aa7e136a3433))
## Releases

@@ -2,0 +28,0 @@

7

package.json
{
"name": "@mparticle/web-sdk",
"version": "2.12.3",
"version": "2.12.6",
"description": "mParticle core SDK for web applications",

@@ -70,2 +70,5 @@ "license": "Apache-2.0",

"@rollup/plugin-json": "^4.1.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/chai": "^4.2.3",

@@ -102,2 +105,3 @@ "@types/mocha": "^5.2.7",

"rollup-plugin-typescript": "^1.0.1",
"semantic-release": "^17.3.8",
"shelljs": "^0.7.8",

@@ -115,4 +119,5 @@ "should": "^7.1.0",

"@babel/runtime": "^7.6.0",
"ci": "^2.0.0",
"slugify": "^1.3.6"
}
}

@@ -0,5 +1,10 @@

import { version } from '../package.json';
var Constants = {
sdkVersion: '2.12.2',
sdkVersion: version,
sdkVendor: 'mparticle',
platform: 'web',
key: 'web123',
key1: 'web1234',
key2: 'web12345',
Messages: {

@@ -24,2 +29,3 @@ ErrorMessages: {

InformationMessages: {
OtherInfoMessage: 'information',
CookieSearch: 'Searching for cookie',

@@ -26,0 +32,0 @@ CookieFound: 'Cookie found, parsing values',

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