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

grunt-update-reference

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-update-reference - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/version.js

@@ -41,3 +41,3 @@

if(grunt.file.match( { matchBase: true }, pathIgnore, abspath ).length>0){return}
if(grunt.file.match( { matchBase: true }, fileType, filename ).length===0){return}
if(grunt.file.match( { matchBase: true }, fileType, abspath ).length===0){return}

@@ -44,0 +44,0 @@ var flagIsHit = false;

{
"name": "grunt-update-reference",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "devDependencies": {

@@ -38,3 +38,3 @@ # grunt-update-reference

//If has some file or path to ignore, path is base on "options.searchPathBase".
searchIgnore:[ "dont_touch_me.html","dont_touch_me/**/*" ],
searchIgnore:[ "ignore_me.html","ignore_me/**/*" ],
//True to enble newer check. Default is true. Set false to prevent checking newer file.

@@ -41,0 +41,0 @@ newer:true,

+function () {
//reference css file;
var css = "./base.css?t=1458532029095",
xcss = "./xcss/base.css?t=1458532029095";
var css = "./base.css?t=1458538206052",
xcss = "./xcss/base.css?t=1458538206052";
}();

Sorry, the diff of this file is not supported yet

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