ghost-storage-base
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "ghost-storage-base", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Base storage adapter.", | ||
@@ -18,3 +18,5 @@ "author": "Ghost Foundation", | ||
"scripts": { | ||
"test": "LEVEL=fatal _mocha --report lcovonly -- test/*_spec.js" | ||
"test": "LEVEL=fatal _mocha --report lcovonly -- test/*_spec.js", | ||
"preship": "yarn test", | ||
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi" | ||
}, | ||
@@ -24,12 +26,12 @@ "license": "MIT", | ||
"dependencies": { | ||
"moment": "^2.19.3" | ||
"moment": "2.24.0" | ||
}, | ||
"engine": { | ||
"node": ">=6" | ||
"node": "^10.13.0 || ^12.10.0" | ||
}, | ||
"devDependencies": { | ||
"bluebird": "3.5.0", | ||
"mocha": "3.1.2", | ||
"should": "11.1.1" | ||
"bluebird": "3.7.2", | ||
"mocha": "7.1.0", | ||
"should": "13.2.3" | ||
} | ||
} |
@@ -5,4 +5,14 @@ # Ghost Storage Base | ||
## Development | ||
### Testing | ||
- `yarn test` to run tests | ||
### Publish | ||
- `yarn ship` | ||
# Copyright & License | ||
Copyright (c) 2015-2018 Ghost Foundation - Released under the [MIT license](LICENSE). Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our [trademark policy](https://ghost.org/trademark/) for info on acceptable usage. | ||
Copyright (c) 2013-2020 Ghost Foundation - Released under the [MIT license](LICENSE). Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our [trademark policy](https://ghost.org/trademark/) for info on acceptable usage. |
Sorry, the diff of this file is not supported yet
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
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
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
66
18
4448
1
+ Addedmoment@2.24.0(transitive)
- Removedmoment@2.30.1(transitive)
Updatedmoment@2.24.0