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

ghost-storage-base

Package Overview
Dependencies
Maintainers
13
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-storage-base - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

renovate.json

16

package.json
{
"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

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