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

@serieseight/cli

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serieseight/cli - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

config.js

2

commands/hello.js
const chalk = require('chalk')
const inquirer = require('inquirer')
const { team } = require('config')
const { team } = require('../config')

@@ -5,0 +5,0 @@ module.exports = () => {

const chalk = require('chalk')
const { team } = require('config')
const { team } = require('../config')

@@ -4,0 +4,0 @@ module.exports = ([cmd]) => {

@@ -20,3 +20,2 @@ {

"chalk": "^2.4.1",
"config": "git+https://github.com/serieseight/config.git#master",
"inquirer": "^6.2.0"

@@ -50,3 +49,3 @@ },

},
"version": "1.5.0"
"version": "1.5.1"
}
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