Comparing version 1.0.0 to 1.0.1
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
110638
88
205
0
12