Socket
Socket
Sign inDemoInstall

en-inflectors

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

0

dist/adjective/list_irregulars.d.ts

@@ -0,0 +0,0 @@ export interface Irregualrs {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare var _default: {

@@ -0,0 +0,0 @@ "use strict";

export declare const comparative: (input: string) => string;
export declare const superlative: (input: string) => string;

@@ -0,0 +0,0 @@ "use strict";

4

dist/index.d.ts

@@ -9,6 +9,6 @@ import * as verbsList from "./verb/solve_lookup";

conjugate: (to: string) => string;
toPresnet: () => string;
toPresent: () => string;
toPast: () => string;
toPastParticiple: () => string;
toPrenseS: () => string;
toPresentS: () => string;
toGerund: () => string;

@@ -15,0 +15,0 @@ toPlural: () => string;

@@ -16,6 +16,6 @@ "use strict";

this.conjugate = function (to) { return verb.conjugate(_this.word, to); };
this.toPresnet = function () { return verb.toPresent(_this.word); };
this.toPresent = function () { return verb.toPresent(_this.word); };
this.toPast = function () { return verb.toPast(_this.word); };
this.toPastParticiple = function () { return verb.toPastParticiple(_this.word); };
this.toPrenseS = function () { return verb.toPresentS(_this.word); };
this.toPresentS = function () { return verb.toPresentS(_this.word); };
this.toGerund = function () { return verb.toGerund(_this.word); };

@@ -22,0 +22,0 @@ this.toPlural = function () { return noun.toPlural(_this.word); };

declare function isCountable(input: string): Boolean;
declare function isNotCountable(input: string): Boolean;
export { isCountable, isNotCountable };

@@ -0,0 +0,0 @@ "use strict";

declare function isSingular(input: string): Boolean;
declare function isPlural(input: string): Boolean;
export { isSingular, isPlural };

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface NounConversionObject {

@@ -0,0 +0,0 @@ "use strict";

declare var _default: string[];
export default _default;

@@ -0,0 +0,0 @@ "use strict";

declare const singularPatterns: RegExp[];
declare const pluralPatterns: RegExp[];
export { singularPatterns, pluralPatterns };

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare const toPlural: {

@@ -0,0 +0,0 @@ "use strict";

export declare const toPlural: (input: string) => string;
export declare const toSingular: (input: string) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface conjugationObject {

declare function solve(input: string, to: string): string;
export { solve };

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare const conjugate: (input: string, to?: string) => string;

@@ -0,0 +0,0 @@ "use strict";

export default function (verb: string): string;

@@ -50,3 +50,3 @@ "use strict";

}
return (list.VBP[porter(verb)] || [""])[0];
return (list.VBP[porter.stemmer(verb)] || [""])[0];
}

@@ -53,0 +53,0 @@ exports.__esModule = true;

declare function strip(verb: string): string;
declare function rebuild(original: string, stripped: string, conjugated: string): string;
export { strip, rebuild };

@@ -0,0 +0,0 @@ "use strict";

{
"name": "en-inflectors",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "./dist/index.js",
"types":"./dist/index.d.ts",
"types": "./dist/index.d.ts",
"dependencies": {
"en-stemmer": "^1.0.0"
"en-stemmer": "^1.0.2"
},

@@ -10,0 +10,0 @@ "devDependencies": {},

Sorry, the diff of this file is too big to display

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