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.7 to 0.1.8

2

lib/version.js

@@ -47,3 +47,3 @@

newFileName.forEach( function ( oneFile ) {
var regx = new RegExp( "(?!\\n|\\r\\n*)(.+[\'|\"|\\(].+)" + "(" + oneFile + "[^\"|\'|\\|\\n|\\r\\n| ]*)(?=\"|\'|\\))(.*)", "g" );
var regx = new RegExp( "([\'|\"|\\(].+)" + "(" + oneFile + "[^\"|\'|\\)|\\n|\\r\\n| ]*)(?=\"|\'|\\))(.*)", "g" );

@@ -50,0 +50,0 @@ contents = contents.replace( regx, function () {

{
"name": "grunt-update-reference",
"version": "0.1.7",
"version": "0.1.8",
"license": "MIT",

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

@@ -14,4 +14,4 @@ /**

//reference css file;
var css = "./base.css?t=1459332762855",
xcss = "./xcss/base.css?t=1459332762855";
var css = "./base.css?t=1459343221626",
xcss = (./xcss/base.css?t=1459343221626;sd:"");
foo.base.cssText = "top:1px;float:left;opacity:.5";

@@ -18,0 +18,0 @@ elem.base.cssText.() || undefined;

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