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

@asfrom30/aop

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asfrom30/aop - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

src/arguments-parser/index.js

6

package.json
{
"name": "@asfrom30/aop",
"version": "0.0.1",
"version": "0.1.0",
"description": "## Logger",

@@ -31,5 +31,7 @@ "main": "src/index.js",

"@slack/web-api": "^5.14.0",
"aproba": "^2.0.0"
"aproba": "^2.0.0",
"simple-git": "^2.24.0",
"winston": "^3.3.3"
},
"types": "./src/index.d.ts"
}

@@ -1,6 +0,6 @@

# npm--aop
# @asfrom30/aop
# Logger
## Logger
# Notify
## Notify

@@ -19,3 +19,3 @@ ### SlackSender

# Semantic Versioning
## Semantic Versioning

@@ -28,4 +28,4 @@ - sketch

# Git
## Git
# Cli Interaction
## Cli Interaction
const SlackSender = require('./slack/SlackSender');
const GitUtil = require('./git/GitUtil');
const Logger = require('./logger');
module.exports = { SlackSender };
module.exports = { SlackSender, GitUtil, Logger };
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