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

grunt-changed

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-changed - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/util.js

@@ -1,2 +0,1 @@

/* global console */
var crypto = require('crypto');

@@ -104,3 +103,2 @@ var fs = require('fs');

}
console.log(filePath);
var changed = String(hashes.previous) !== String(hashes.current);

@@ -107,0 +105,0 @@ if (changed) {

4

package.json
{
"name": "grunt-changed",
"description": "Run Grunt tasks with only those source files where the content changed to the last run.",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/researchgate/grunt-changed",

@@ -38,3 +38,3 @@ "author": {

"grunt-mocha-test": "^0.13.0",
"mocha": "^4.0.0",
"mocha": "^5.0.0",
"tmp": "^0.0.33"

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