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

@gasket/plugin-logger

Package Overview
Dependencies
Maintainers
0
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/plugin-logger - npm Package Compare versions

Comparing version 7.0.1 to 7.0.4

8

package.json
{
"name": "@gasket/plugin-logger",
"version": "7.0.1",
"version": "7.0.4",
"description": "Gasket plugin for logging",

@@ -40,4 +40,4 @@ "main": "lib/index.js",

"@gasket/core": "^7.0.1",
"@gasket/plugin-https": "^7.0.1",
"@gasket/plugin-metadata": "^7.0.1",
"@gasket/plugin-https": "^7.0.4",
"@gasket/plugin-metadata": "^7.0.4",
"cross-env": "^7.0.3",

@@ -65,3 +65,3 @@ "eslint": "^8.56.0",

},
"gitHead": "0426b7f57bc2618606955912c0f3cd55174f5367"
"gitHead": "af49c0e42e7947e000faa771777b815b90aaffa3"
}

@@ -14,2 +14,12 @@ # @gasket/plugin-logger

## Actions
### getLogger
Get the logger instance using the Actions API.
```js
const logger = gasket.actions.getLogger();
```
## Lifecycles

@@ -16,0 +26,0 @@

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