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.0.0 to 1.0.1

CHANGELOG.md

16

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

@@ -18,3 +18,9 @@ "keywords": [

"types": "./dist/index.d.ts",
"repository": "ssh://git@stash.tcsbank.ru:7999/pfa/libs-server-cache-manager.git",
"repository": {
"type": "git",
"repository": "https://github.com/TinkoffCreditSystems/cachalot.git"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {

@@ -28,2 +34,3 @@ "clean": "rm -rf dist",

"test:unit": "jest --forceExit --coverage --verbose --detectOpenHandles --passWithNoTests",
"test:ci": "npm run test:unit -- --coverageReporters=text-lcov | coveralls",
"test:unit:watch": "jest --watch",

@@ -40,2 +47,3 @@ "prepublishOnly": "npm run check && npm run build"

"@types/node": "^8",
"coveralls": "^3.0.3",
"ioredis": "^4.6.3",

@@ -45,6 +53,6 @@ "jest": "^24.3.1",

"tslint": "^5.13.1",
"tslint-config-unional": "^0.10.0",
"typedoc": "^0.14.2",
"typescript": "^3.3.3",
"tslint-config-unional": "^0.10.0"
"typescript": "^3.3.3"
}
}

@@ -189,1 +189,17 @@ # Cachalot

```
## License
```
Copyright 2019 Tinkoff Bank
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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