connection-dashboard-extension-worona
Advanced tools
Comparing version 1.1.4 to 1.2.0
{ | ||
"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": {} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
17722
2
15
446
+ Addedasteroid@^2.0.2
+ Addedws@^1.1.0
+ Addedasteroid@2.0.3(transitive)
+ Addedddp.js@2.2.1(transitive)
+ Addedlodash.assign@4.2.0(transitive)
+ Addedoptions@0.0.6(transitive)
+ Addedultron@1.0.2(transitive)
+ Addedwolfy87-eventemitter@5.2.9(transitive)
+ Addedws@1.1.5(transitive)