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

ds4

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ds4 - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0-rc1

5

bin/ds4-dump.js

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

var _ = require('lodash');
var hid = require('node-hid');

@@ -13,5 +12,3 @@ var ds4 = require('..');

var devices = hid.devices();
var controller = _(devices)
.filter(isDS4HID)
.first();
var controller = devices.filter(isDS4HID)[0]

@@ -18,0 +15,0 @@ if (!controller) {

6

package.json
{
"name": "ds4",
"version": "0.3.1",
"version": "1.0.0-rc1",
"description": "Stream events from DualShock 4 controllers",

@@ -10,5 +10,3 @@ "main": "index.js",

"dependencies": {
"lodash": "~2.4.0",
"node-hid": "~0.3.1",
"optimist": "~0.6.0"
"node-hid": "^0.5.1"
},

@@ -15,0 +13,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