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

cache-hash

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-hash - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0-beta.7

dist/cache-hash.d.ts

29

package.json
{
"name": "cache-hash",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Create hash for static resources to break http cache",
"main": "cache-hash.js",
"main": "dist/src/cache-hash.js",
"scripts": {
"test": "node bin/cache-hash -t test/source -o test/dist --ignore **/error2.css",
"lint": "npx eslint . && npx prettier --check .",
"lint:fix": "npx eslint --fix . && npx prettier --check --write ."
"build": "tsc",
"test": "mocha",
"lint": "eslint src && prettier --check src",
"lint:fix": "eslint --fix src && prettier --check --write src"
},

@@ -14,3 +15,7 @@ "bin": {

},
"author": "Lete乐特",
"files": [
"bin",
"dist"
],
"author": "Lete <me@imlete.cn> (https://www.imlete.cn)",
"license": "MIT",

@@ -45,2 +50,3 @@ "keywords": [

"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"htmlparser2": "^8.0.1",

@@ -52,5 +58,14 @@ "postcss": "^8.4.14",

"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.0",
"@types/pretty-hrtime": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.20.0",
"prettier": "^2.7.1"
"mocha": "^10.1.0",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}

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