Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@first-lego-league/display

Package Overview
Dependencies
Maintainers
5
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@first-lego-league/display - npm Package Compare versions

Comparing version 2.2.3-beta8 to 2.2.3-beta9

5

package.json
{
"name": "@first-lego-league/display",
"version": "2.2.3-beta8",
"version": "2.2.3-beta9",
"scripts": {

@@ -8,4 +8,3 @@ "mhub": "mhub-server -c ./dev/mhub.config.json",

"start": "webpack-dev-server --config webpack.config.js",
"pack": "yarn build",
"publish": "npm publish dist"
"prepack": "yarn build && cd dist"
},

@@ -12,0 +11,0 @@ "devDependencies": {

2

webpack.config.js

@@ -56,3 +56,3 @@ const HtmlWebPackPlugin = require('html-webpack-plugin')

{ from: 'module.yml', to: 'module.yml' },
{ from: 'package.json', to: 'package.json', transform: packageJson => packageJson.replace() }
{ from: 'package.json', to: 'package.json' }
])

@@ -59,0 +59,0 @@ ],

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