Socket
Socket
Sign inDemoInstall

abbrev

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

.npmignore

9

package.json
{
"name": "abbrev",
"version": "1.0.6",
"version": "1.0.7",
"description": "Like ruby's abbrev module, but in js",

@@ -8,6 +8,9 @@ "author": "Isaac Z. Schlueter <i@izs.me>",

"scripts": {
"test": "node test.js"
"test": "tap test.js --cov"
},
"repository": "http://github.com/isaacs/abbrev-js",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"tap": "^1.2.0"
}
}

@@ -5,3 +5,3 @@ var abbrev = require('./abbrev.js')

console.log("TAP Version 13")
console.log("TAP version 13")
var count = 0

@@ -48,2 +48,2 @@

console.log("0..%d", count)
console.log("1..%d", count)
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