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

nocache

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nocache - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

index.d.ts

6

CHANGELOG.md
# Changelog
## 3.0.2 - 2022-03-22
### Changed
- Shrunk package size slightly
## 3.0.1 - 2021-06-22

@@ -4,0 +10,0 @@

35

package.json

@@ -8,3 +8,3 @@ {

"description": "Middleware to destroy caching",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",

@@ -30,4 +30,4 @@ "keywords": [

},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"main": "index.js",
"typings": "index.d.ts",
"files": [

@@ -37,30 +37,19 @@ "CHANGELOG.md",

"README.md",
"dist/index.js",
"dist/index.d.ts"
"index.js",
"index.d.ts"
],
"scripts": {
"pretest": "npm run lint",
"prepublishOnly": "npm run build",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint \"**/*.ts\"",
"lint:prettier": "prettier --check \"**/*.{md,js,json,ts}\"",
"format": "prettier --write \"**/*.{md,js,json,ts}\"",
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"test": "jest --config test/jest-config.json"
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check .",
"format": "prettier --write .",
"test": "node test"
},
"devDependencies": {
"@types/connect": "^3.4.34",
"@types/jest": "^26.0.23",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"connect": "^3.7.0",
"eslint": "^7.29.0",
"jest": "^27.0.5",
"prettier": "^2.3.1",
"supertest": "^6.1.3",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
"eslint": "^8.11.0",
"prettier": "^2.6.0",
"supertest": "^6.2.2"
}
}

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