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

@coorpacademy/player-services

Package Overview
Dependencies
Maintainers
17
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/player-services - npm Package Compare versions

Comparing version 1.2.0 to 1.2.2

es/analytics.js.flow

12

es/analytics.js

@@ -0,1 +1,3 @@

// eslint-disable-next-line import/prefer-default-export

@@ -9,8 +11,13 @@ export const sendViewedMediaAnalytics = (resource, location) => {

});
return window.dataLayer;
};
// eslint-disable-next-line no-shadow
// strict
export const sendProgressionAnalytics = (currentProgression, engineConfig) => {
if (!currentProgression.state) {
return;
}
const state = currentProgression.state;
/* istanbul ignore next */
window.dataLayer = window.dataLayer || [];

@@ -28,4 +35,3 @@

}
return window.dataLayer;
};
//# sourceMappingURL=analytics.js.map
'use strict';
exports.__esModule = true;
// eslint-disable-next-line import/prefer-default-export

@@ -12,8 +14,13 @@ const sendViewedMediaAnalytics = exports.sendViewedMediaAnalytics = (resource, location) => {

});
return window.dataLayer;
};
// eslint-disable-next-line no-shadow
// strict
const sendProgressionAnalytics = exports.sendProgressionAnalytics = (currentProgression, engineConfig) => {
if (!currentProgression.state) {
return;
}
const state = currentProgression.state;
/* istanbul ignore next */
window.dataLayer = window.dataLayer || [];

@@ -31,4 +38,3 @@

}
return window.dataLayer;
};
//# sourceMappingURL=analytics.js.map
{
"name": "@coorpacademy/player-services",
"version": "1.2.0",
"version": "1.2.2",
"description": "Implements reactions to redux actions from player-store",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"nyc": "cross-env NODE_ENV=test nyc npm run ava",
"test": "npm run lint && npm run flow && npm run nyc",
"test": "npm run lint && npm run flow && npm run flow -- stop && npm run nyc",
"flow": "flow",

@@ -47,7 +47,7 @@ "lint": "npm run eslint",

"flow-bin": "^0.72.0",
"nyc": "^11.1.0",
"nyc": "^13.1.0",
"rimraf": "^2.6.1"
},
"dependencies": {
"@coorpacademy/progression-engine": "9.2.2",
"@coorpacademy/progression-engine": "9.2.5",
"lodash": "^4.17.4"

@@ -74,3 +74,3 @@ },

},
"gitHead": "834a77c1542f041d1121deaeab4739f09ba489f0"
"gitHead": "4ec5dc2d397329114b1fdadf0166982ef7e5e987"
}

Sorry, the diff of this file is not supported yet

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