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

grunt-blink1

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-blink1 - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

package.json
{
"name": "grunt-blink1",
"description": "Configures blink(1) inside your Gruntfile.",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://github.com/shiwano/grunt-blink1",

@@ -6,0 +6,0 @@ "author": {

@@ -70,2 +70,8 @@ # grunt-blink1

#### options.ledIndex
Type: `Number`
Default value: `0`
mk2 only. (0 - 2)
## Examples

@@ -84,3 +90,3 @@

});
grunt.registerTask('test', ['blink1:red', 'mochaTest', 'blink1:green']);
grunt.registerTask('test', ['blink1:red', 'mochacli', 'blink1:green']);
```

@@ -92,2 +98,3 @@

## Release History
* 2014-10-28   v0.3.0   Add ledIndex option for MK2.
* 2013-11-02   v0.2.0   Change API.

@@ -94,0 +101,0 @@ * 2013-11-02   v0.1.2   Update module dependencies.

@@ -33,3 +33,4 @@ /*

fadeMillis: 0,
turnOff: false
turnOff: false,
ledIndex: 0
});

@@ -56,3 +57,3 @@ var colors = [this.data.color || 'black'];

if (options.fadeMillis > 0) {
blink1.fadeToRGB(options.fadeMillis, c.red(), c.green(), c.blue(), done);
blink1.fadeToRGB(options.fadeMillis, c.red(), c.green(), c.blue(), options.ledIndex, done);
} else {

@@ -59,0 +60,0 @@ blink1.setRGB(c.red(), c.green(), c.blue(), done);

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