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

connection-dashboard-extension-worona

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connection-dashboard-extension-worona - npm Package Compare versions

Comparing version 1.1.4 to 1.2.0

src/dashboard/actions/index.js

50

package.json
{
"name": "connection-dashboard-extension-worona",
"version": "1.1.4",
"version": "1.2.0",
"description": "Extension for the Worona Dashboard in charge of the connection to the server.",
"main": "src/index.js",
"scripts": {
"update:vendors": "node node_modules/worona-packages/update-vendors.js --service dashboard",
"clean": "rimraf dist",
"clean:dev": "rimraf dist/dev",
"clean:prod": "rimraf dist/prod",
"build:dev": "npm run clean:dev && npm run update:vendors && webpack --progress --config webpack.dev.js",
"build:prod": "npm run clean:prod && npm run update:vendors && webpack -p --progress --config webpack.prod.js",
"build:dev:modules": "npm run clean:dev && npm run update:vendors && webpack --progress --config webpack.dev.js --display-modules",
"build:prod:modules": "npm run clean:prod && npm run update:vendors && webpack -p --progress --config webpack.prod.js --display-modules",
"build:dev:reasons": "npm run clean:dev && npm run update:vendors && webpack --progress --config webpack.dev.js --display-modules --display-reasons",
"build:prod:reasons": "npm run clean:prod && npm run update:vendors && webpack -p --progress --config webpack.prod.js --display-modules --display-reasons",
"build": "npm run build:dev && npm run build:prod"
"test" : "ava src/dashboard/tests/**/*.js --watch --verbose --require babel-register --require babel-polyfill"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/worona/worona.git"
"url": "git+ssh://git@github.com/worona/worona-dashboard.git"
},

@@ -32,3 +21,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/worona/worona/issues"
"url": "https://github.com/worona/worona-dashboard/issues"
},

@@ -49,32 +38,9 @@ "homepage": "https://github.com/worona/worona#readme",

"deactivable": 0,
"public": 1,
"dev": {
"files": [
{
"file": "connection-dashboard-extension-worona/dist/dev/js/connection.dashboard.extension.f30ee1b3c76605f5fa2c510856347fe9.js",
"hash": "f30ee1b3c76605f5fa2c510856347fe9"
}
],
"main": "connection-dashboard-extension-worona/dist/dev/js/connection.dashboard.extension.f30ee1b3c76605f5fa2c510856347fe9.js",
"assets": {}
},
"prod": {
"files": [
{
"file": "connection-dashboard-extension-worona/dist/prod/js/connection.dashboard.extension.157eb1405379dbc9ae5935a0a1aef9bc.js",
"hash": "157eb1405379dbc9ae5935a0a1aef9bc"
}
],
"main": "connection-dashboard-extension-worona/dist/prod/js/connection.dashboard.extension.157eb1405379dbc9ae5935a0a1aef9bc.js",
"assets": {}
}
"public": 1
},
"dependencies": {},
"devDependencies": {
"dependencies": {
"asteroid": "^2.0.2",
"rimraf": "^2.5.4",
"webpack": "^1.13.1",
"worona-packages": "^1.0.3",
"ws": "^1.1.0"
}
},
"devDependencies": {}
}
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