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

desktop-controller

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

desktop-controller - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

dist/app.min.css

4

lib/bin.js

@@ -9,2 +9,3 @@ #!/usr/bin/env node

const featurePins = getFeaturePinsForArgs(args);
const mock = args.indexOf('-m') !== -1;

@@ -14,3 +15,4 @@ desktopController({

port: 80,
style
style,
mock
});

@@ -9,3 +9,3 @@ module.exports = {

},
AUTO_RELEASE: 5000,
AUTO_RELEASE: 10000,
BUTTON_MODE: {

@@ -20,4 +20,4 @@ PRESSED: 0,

COLOR_MODE: {
OFF: undefined
OFF: 0
}
};
{
"name": "desktop-controller",
"version": "0.1.2",
"version": "0.2.0",
"description": "Desktop controller",

@@ -48,5 +48,6 @@ "keywords": [

"babel-preset-stage-2": "^6.17.0",
"css-loader": "^0.25.0",
"css-loader": "^0.27.3",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^1.16.0",

@@ -56,17 +57,18 @@ "eslint-plugin-jsx-a11y": "^2.2.3",

"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"fontgen-loader": "^0.2.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"hoist-non-react-statics": "^1.2.0",
"html-webpack-plugin": "^2.22.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"imports-loader": "^0.7.1",
"material-ui": "^0.17.4",
"prop-types": "^15.5.8",
"react": "^15.5.0",
"react-color": "^2.8.0",
"react-dom": "^15.5.0",
"react-svg-loader": "^1.1.1",
"react-tap-event-plugin": "^2.0.1",
"replace-loader": "^0.2.0",
"style-loader": "^0.13.1",
"style-loader": "^0.16.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"uuid": "^3.0.1",
"webpack": "^2.3.2",
"webpack-dev-middleware": "^1.8.4",

@@ -73,0 +75,0 @@ "webpack-hot-middleware": "^2.13.0",

Sorry, the diff of this file is too big to display

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