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

french-contractions

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

french-contractions - npm Package Compare versions

Comparing version 2.20.2 to 3.0.0

5

dist/hmuet.d.ts

@@ -0,1 +1,6 @@

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
export declare function getCompleteList(): string[];

@@ -2,0 +7,0 @@ export declare function isH(word: string): boolean;

"use strict";
/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +8,0 @@ exports.isHMuet = exports.isHAspire = exports.isH = exports.getCompleteList = void 0;

@@ -0,1 +1,6 @@

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
export * from './hmuet';

@@ -2,0 +7,0 @@ export * from './vowel';

"use strict";
/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -3,0 +8,0 @@ if (k2 === undefined) k2 = k;

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
export declare function beginsWithVowel(word: string): boolean;
export declare function isContractedVowelWord(word: string): boolean;
"use strict";
/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +8,0 @@ exports.isContractedVowelWord = exports.beginsWithVowel = void 0;

4

package.json
{
"name": "french-contractions",
"version": "2.20.2",
"version": "3.0.0",
"description": "French contractions: le hérisson, l'homme, ce yaourt, cet arbre",

@@ -56,3 +56,3 @@ "main": "dist/index.js",

"license": "Apache-2.0",
"gitHead": "0c3fa7193d2322c198fc703ea1f4bc37ccdbb435"
"gitHead": "0a4207c1f14417df475d08e659b912c1ff38264f"
}

@@ -0,1 +1,5 @@

<!--
Copyright 2019 Ludan Stoecklé
SPDX-License-Identifier: Apache-2.0
-->
# french-contractions

@@ -2,0 +6,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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