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

grunt-cacheinfo

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cacheinfo - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "grunt-cacheinfo",
"description": "cacheinfo.",
"version": "0.4.0",
"version": "0.4.1",
"author": {

@@ -6,0 +6,0 @@ "name": "bachi",

@@ -23,2 +23,4 @@ # grunt-cacheinfo

- 0.4.1
- bugfix for `pathPrefix` missing `/`.
- 0.4.0

@@ -25,0 +27,0 @@ - 升级 grunt 依赖到 `1.x` 版本

@@ -265,6 +265,6 @@ /*

if (wxRegExp.test(file)) {
var pathPrefix = abc.group + '/' + projectName + '/';
var pathPrefix = '/' + abc.group + '/' + projectName + '/';
[
'/js/' + pathPrefix + file.replace(/\.js$/, '-min.js'),
'/js/' + pathPrefix + file,
'/js' + pathPrefix + file.replace(/\.js$/, '-min.js'),
'/js' + pathPrefix + file,

@@ -271,0 +271,0 @@ // awp 升级支持不需要必须部署在 `/js/` 前缀下

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