New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

containership.plugin.logs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

containership.plugin.logs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.drone.sec

2

application.js

@@ -19,3 +19,3 @@ var _ = require("lodash");

cpus: 0.1,
memory: 128,
memory: 64,
container_port: 8000,

@@ -22,0 +22,0 @@ tags: {

{
"name": "containership.plugin.logs",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {

@@ -18,4 +18,111 @@ "async": {

"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
},
"mocha": {
"version": "2.4.5",
"from": "mocha@",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-2.4.5.tgz",
"dependencies": {
"commander": {
"version": "2.3.0",
"from": "commander@2.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.3.0.tgz"
},
"debug": {
"version": "2.2.0",
"from": "debug@2.2.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"dependencies": {
"ms": {
"version": "0.7.1",
"from": "ms@0.7.1",
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
}
}
},
"diff": {
"version": "1.4.0",
"from": "diff@1.4.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-1.4.0.tgz"
},
"escape-string-regexp": {
"version": "1.0.2",
"from": "escape-string-regexp@1.0.2",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz"
},
"glob": {
"version": "3.2.3",
"from": "glob@3.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-3.2.3.tgz",
"dependencies": {
"minimatch": {
"version": "0.2.14",
"from": "minimatch@~0.2.11",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
"dependencies": {
"lru-cache": {
"version": "2.7.3",
"from": "lru-cache@2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
},
"sigmund": {
"version": "1.0.1",
"from": "sigmund@~1.0.0",
"resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
}
}
},
"graceful-fs": {
"version": "2.0.3",
"from": "graceful-fs@~2.0.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz"
},
"inherits": {
"version": "2.0.1",
"from": "inherits@2",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
}
}
},
"growl": {
"version": "1.8.1",
"from": "growl@1.8.1",
"resolved": "https://registry.npmjs.org/growl/-/growl-1.8.1.tgz"
},
"jade": {
"version": "0.26.3",
"from": "jade@0.26.3",
"resolved": "https://registry.npmjs.org/jade/-/jade-0.26.3.tgz",
"dependencies": {
"commander": {
"version": "0.6.1",
"from": "commander@0.6.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-0.6.1.tgz"
},
"mkdirp": {
"version": "0.3.0",
"from": "mkdirp@0.3.0",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz"
}
}
},
"mkdirp": {
"version": "0.5.1",
"from": "mkdirp@0.5.1",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"dependencies": {
"minimist": {
"version": "0.0.8",
"from": "minimist@0.0.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
}
}
},
"supports-color": {
"version": "1.2.0",
"from": "supports-color@1.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz"
}
}
}
}
}
{
"name": "containership.plugin.logs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Official logging plugin for ContainerShip",
"main": "application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/.bin/mocha"
},

@@ -14,3 +14,4 @@ "author": "ContainerShip Developers <developers@containership.io>",

"containership.plugin": "^0.3.0",
"lodash": "^3.0.0"
"lodash": "^3.0.0",
"mocha": "^2.4.5"
},

@@ -17,0 +18,0 @@ "keywords": [

@@ -6,20 +6,23 @@ logs

###Description
### Build Status
[![Build Status](https://drone.containership.io/api/badges/containership/containership.plugin.logs/status.svg)](https://drone.containership.io/containership/containership.plugin.logs)
### Description
Official logging plugin for Containership
###Author
### Author
ContainerShip Developers - developers@containership.io
##Usage
## Usage
###Install
### Install
`containership plugin add logs`
###Update
### Update
`containership plugin update logs`
###Remove
### Remove
`containership plugin remove logs`
##Contributing
## Contributing
Pull requests and issues are encouraged!

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