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.3.1 to 1.3.2

23

es/definitions.js
// type Context = {|
// title: string,
// description: string,
// media: Media
// |};
// eslint-disable-next-line no-shadow
// strict
export const CONTENT_TYPE = {

@@ -18,14 +9,4 @@ CHAPTER: 'chapter',

// type Slide = {|
// _id: string,
// klf: string,
// tips: string,
// hasClue: boolean,
// chapter_id: string,
// authors: Array<string>,
// context: Context,
// meta: Meta,
// lessons: Array<Lesson>,
// question: Question
// |};
// eslint-disable-next-line no-shadow
// strict
//# sourceMappingURL=definitions.js.map

2

es/progressions.js

@@ -64,3 +64,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

const findBestOf = fixtures => (engineRef, contentRef, progressionId = '') => {
const findBestOf = fixtures => (engineRef, contentType, contentRef, progressionId = '') => {
const { getAllProgressions } = fixtures;

@@ -67,0 +67,0 @@ const progressions = getAllProgressions();

'use strict';
exports.__esModule = true;
// type Context = {|
// title: string,
// description: string,
// media: Media
// |};
// eslint-disable-next-line no-shadow
// strict
const CONTENT_TYPE = exports.CONTENT_TYPE = {

@@ -21,14 +10,4 @@ CHAPTER: 'chapter',

// type Slide = {|
// _id: string,
// klf: string,
// tips: string,
// hasClue: boolean,
// chapter_id: string,
// authors: Array<string>,
// context: Context,
// meta: Meta,
// lessons: Array<Lesson>,
// question: Question
// |};
// eslint-disable-next-line no-shadow
// strict
//# sourceMappingURL=definitions.js.map

@@ -94,3 +94,3 @@ 'use strict';

const findBestOf = fixtures => (engineRef, contentRef, progressionId = '') => {
const findBestOf = fixtures => (engineRef, contentType, contentRef, progressionId = '') => {
const { getAllProgressions } = fixtures;

@@ -97,0 +97,0 @@ const progressions = getAllProgressions();

{
"name": "@coorpacademy/player-services",
"version": "1.3.1",
"version": "1.3.2",
"description": "Implements reactions to redux actions from player-store",

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

"dependencies": {
"@coorpacademy/progression-engine": "9.3.0",
"@coorpacademy/progression-engine": "9.3.1",
"lodash": "^4.17.4"

@@ -73,3 +73,3 @@ },

},
"gitHead": "8c8c1cc04f71651ce622d9551af377e91ce470ba"
"gitHead": "dbf9c166da0a4f8ed362df6242dab3bf5aa38921"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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