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

awful

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awful - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

6

cli.js
#!/usr/bin/env node
'use strict';
var meow = require('meow');
var awful = require('./');
const meow = require('meow');
const awful = require('.');
var cli = meow({
const cli = meow({
help: [

@@ -8,0 +8,0 @@ 'Examples',

@@ -1,2 +0,2 @@

Copyright (c) 2016 Rodney Dennis
Copyright (c) 2018 Rod Dennis <rodneydennisjr@gmail.com> (https://rod.today)

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "awful",
"version": "2.0.4",
"version": "2.1.0",
"description": "Get words like awful",
"license": "MIT",
"repository": "rod/awful",
"author": {
"name": "Rodney Dennis",
"email": "rodneydennisjr@gmail.com",
"url": "https://rod.today"
},
"bin": {
"awful": "cli.js"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "ava --verbose"
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [

@@ -17,13 +33,13 @@ "awful",

],
"author": "Rodney Dennis <rodneydennisjr@gmail.com> (http://rod.github.io)",
"license": "MIT",
"bin": "cli.js",
"repository": "rod/awful",
"dependencies": {
"meow": "^3.3.0",
"unique-random-array": "^1.0.0"
"meow": "^5.0.0",
"unique-random-array": "^1.0.1"
},
"devDependencies": {
"ava": "0.19.1"
"ava": "*",
"xo": "*"
},
"xo": {
"space": true
}
}

@@ -5,3 +5,3 @@ # awful

> 👎 Get words like awful
> 👎 A terrible, horrible, no good, very bad npm package

@@ -8,0 +8,0 @@ ## Install

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