New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

english-verbs-helper

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

english-verbs-helper - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

7

dist/index.js

@@ -30,2 +30,5 @@ "use strict";

'PERFECT_PROGRESSIVE_FUTURE',
// PARTICIPLE
'PARTICIPLE_PRESENT',
'PARTICIPLE_PAST',
];

@@ -288,2 +291,6 @@ const modals = ['can', 'could', 'may', 'might', 'must', 'shall', 'should', 'will', 'would'];

return getPerfectProgressiveFuture(getIngPart(getVerbInfo(verbsInfo, verb), verb));
case 'PARTICIPLE_PRESENT':
return getIngPart(getVerbInfo(verbsInfo, verb), verb);
case 'PARTICIPLE_PAST':
return getPastPart(getVerbInfo(verbsInfo, verb), verb);
}

@@ -290,0 +297,0 @@ }

8

package.json
{
"name": "english-verbs-helper",
"version": "2.0.4",
"version": "2.1.0",
"description": "English verbs conjugation",

@@ -48,4 +48,4 @@ "main": "dist/index.js",

"devDependencies": {
"english-verbs-gerunds": "2.0.4",
"english-verbs-irregular": "2.0.4"
"english-verbs-gerunds": "2.1.0",
"english-verbs-irregular": "2.1.0"
},

@@ -63,3 +63,3 @@ "keywords": [

},
"gitHead": "f6545ca0ff47e5385f3d0e2e8412dafa94c5f735"
"gitHead": "276ff778b785886bf41bfb63b72bcd180b4f9646"
}

Sorry, the diff of this file is not supported yet

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