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.3 to 1.3.4

es/coach.js.flow

15

package.json
{
"name": "@coorpacademy/player-services",
"version": "1.3.3",
"version": "1.3.4",
"description": "Implements reactions to redux actions from player-store",

@@ -22,7 +22,7 @@ "main": "lib/index.js",

"build": "concurrently \"npm run build:commonjs\" \"npm run build:es\"",
"build:babel:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files",
"build:babel:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",
"build:babel:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore **/test --copy-files",
"build:babel:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore **/test --copy-files",
"build:babel": "concurrently \"npm run build:babel:commonjs\" \"npm run build:babel:es\"",
"build:types:commonjs": "npx flow gen-flow-files src --out-dir lib",
"build:types:es": "npx flow gen-flow-files src --out-dir es",
"build:types:commonjs": "flow-copy-source src lib --ignore '**/test/**/*.js'",
"build:types:es": "flow-copy-source src es --ignore '**/test/**/*.js'",
"build:types": "concurrently \"npm run build:types:commonjs\" \"npm run build:types:es\"",

@@ -47,2 +47,3 @@ "clean:build:commonjs": "rimraf lib",

"flow-bin": "^0.72.0",
"flow-copy-source": "^2.0.2",
"nyc": "^13.1.0",

@@ -52,3 +53,3 @@ "rimraf": "^2.6.1"

"dependencies": {
"@coorpacademy/progression-engine": "9.3.2",
"@coorpacademy/progression-engine": "9.3.3",
"lodash": "^4.17.4"

@@ -75,3 +76,3 @@ },

},
"gitHead": "f0886c5477c8ce3ac79e9b9a818292750acc2670"
"gitHead": "066bd40e61ab5c5379d773aae8f50172ae6c6414"
}

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