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

abbrev

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abbrev - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

1

abbrev.js

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

module.exports = exports = abbrev.abbrev = abbrev

@@ -3,0 +2,0 @@

9

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

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

"scripts": {
"test": "tap test.js --cov"
"test": "tap test.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},

@@ -14,3 +17,3 @@ "repository": "http://github.com/isaacs/abbrev-js",

"devDependencies": {
"tap": "^5.7.2"
"tap": "^10.1"
},

@@ -17,0 +20,0 @@ "files": [

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