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

grunt-newer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-newer - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

.cache/autoprefixer/dist/timestamp

2

package.json
{
"name": "grunt-newer",
"description": "Run Grunt tasks with only those source files modified since the last successful run.",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/tschaub/grunt-newer",

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

@@ -14,5 +14,6 @@ var fs = require('fs');

var tasks = [];
var prefix = this.name;
Object.keys(grunt.config(name)).forEach(function(target) {
if (!/^_|^options$/.test(target)) {
tasks.push('newer:' + name + ':' + target);
tasks.push(prefix + ':' + name + ':' + target);
}

@@ -19,0 +20,0 @@ });

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