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

cachalot

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cachalot - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

CHANGELOG.md

@@ -1,3 +0,1 @@

# Changelog
#### [1.1.1]

@@ -4,0 +2,0 @@ - run executor after storage throws an error

17

package.json
{
"name": "cachalot",
"version": "1.1.1",
"version": "1.1.2",
"description": "Cache manager for nodejs with support different cache strategies",

@@ -26,2 +26,3 @@ "keywords": [

"scripts": {
"cz": "git-cz",
"clean": "rm -rf dist",

@@ -36,6 +37,7 @@ "docs": "typedoc --out docs/api src/ --ignoreCompilerErrors --mode file --hideGenerator --includes docs/assets",

"test:unit:watch": "jest --watch",
"prepublishOnly": "npm run check && npm run build"
"prepublishOnly": "npm run check && npm run build",
"semantic-release": "semantic-release"
},
"dependencies": {
"lodash": "^4.17.11"
"lodash": "^4.17.15"
},

@@ -48,10 +50,17 @@ "devDependencies": {

"coveralls": "^3.0.4",
"cz-conventional-changelog": "^3.0.2",
"ioredis": "^4.11.1",
"jest": "^24.8.0",
"semantic-release": "^15.13.24",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"tslint-config-unional": "^0.10.0",
"typedoc": "^0.14.2",
"typedoc": "^0.15.0",
"typescript": "^3.5.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
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