Socket
Socket
Sign inDemoInstall

judgementalist

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.13 to 1.0.14

9

package.json

@@ -9,5 +9,5 @@ {

],
"version": "1.0.13",
"version": "1.0.14",
"scripts": {
"prepublish": "yarn frontend && yarn backend",
"prepublish": "yarn frontend && yarn backend && chmod +x backend/build/index.js",
"frontend": "( cd frontend && yarn && yarn build )",

@@ -18,7 +18,6 @@ "backend": "( cd backend && yarn && yarn build )"

"backend/build",
"frontend/build",
"bin.sh"
"frontend/build"
],
"bin": {
"judgementalist": "bin.sh"
"judgementalist": "node backend/build/index.js"
},

@@ -25,0 +24,0 @@ "description": "Judgementalist — judge Sherlock contests faster",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc