Socket
Socket
Sign inDemoInstall

listify

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

12

package.json
{
"name": "listify",
"version": "0.0.1",
"version": "1.0.0",
"description": "Turn an array into a list of comma-separated values, appropriate for use in an English sentence.",
"main": "index.js",
"scripts": {
"test": "node test.js"
"test": "node test.js",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet"
},

@@ -29,5 +31,9 @@ "repository": {

"devDependencies": {
"tape": "~1.1.0"
"tape": "~2.14.0",
"covert": "~1.0.0"
},
"engines": {
"node": ">= 0.4"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc