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

rosaenlg-commons

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rosaenlg-commons - npm Package Compare versions

Comparing version 0.4.2 to 1.0.0

5

dist/Constants.d.ts

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
export declare class Constants {

@@ -2,0 +7,0 @@ readonly toutesConsonnes = "bcdfghjklmnpqrstvwxz";

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

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

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
declare type WordData = any;

@@ -2,0 +7,0 @@ interface WordsData {

10

dist/DictManager.js
"use strict";
/*
the real types are defined in rosaenlg-pug-code-gen
import { WordsData, WordData, AdjectivesData, AdjectiveData } from 'rosaenlg-pug-code-gen';
but dependency brings issues
*/
/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,0 +8,0 @@ exports.DictManager = void 0;

@@ -0,3 +1,8 @@

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { LanguageCommon } from './LanguageCommon';
export declare function getIso2fromLocale(locale: string): string;
export declare function buildLanguageCommon(iso2: string): LanguageCommon;
"use strict";
/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +8,0 @@ exports.buildLanguageCommon = exports.getIso2fromLocale = void 0;

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

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

@@ -2,0 +7,0 @@ export { LanguageCommonEnglish } from './LanguageCommonEnglish';

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

@@ -3,0 +8,0 @@ exports.getIso2fromLocale = exports.buildLanguageCommon = exports.Constants = exports.DictManager = exports.LanguageCommonOther = exports.LanguageCommonSpanish = exports.LanguageCommonItalian = exports.LanguageCommonGerman = exports.LanguageCommonFrench = exports.LanguageCommonEnglish = exports.LanguageCommon = void 0;

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { Constants } from './Constants';

@@ -2,0 +7,0 @@ import { DictManager } from './DictManager';

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

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

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { LanguageCommon } from './LanguageCommon';

@@ -2,0 +7,0 @@ export declare class LanguageCommonEnglish extends LanguageCommon {

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

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

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { LanguageCommon } from './LanguageCommon';

@@ -2,0 +7,0 @@ export declare class LanguageCommonFrench extends LanguageCommon {

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

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

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { LanguageCommon } from './LanguageCommon';

@@ -2,0 +7,0 @@ export declare class LanguageCommonGerman extends LanguageCommon {

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

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

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { LanguageCommon } from './LanguageCommon';

@@ -2,0 +7,0 @@ export declare class LanguageCommonItalian extends LanguageCommon {

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

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

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { LanguageCommon } from './LanguageCommon';

@@ -2,0 +7,0 @@ export declare class LanguageCommonOther extends LanguageCommon {

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

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

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

/**
* @license
* Copyright 2019 Ludan Stoecklé
* SPDX-License-Identifier: Apache-2.0
*/
import { LanguageCommon } from './LanguageCommon';

@@ -2,0 +7,0 @@ export declare class LanguageCommonSpanish extends LanguageCommon {

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

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

{
"name": "rosaenlg-commons",
"version": "0.4.2",
"version": "1.0.0",
"description": "Common technical elements for RosaeNLG",

@@ -49,3 +49,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
-->
# rosaenlg-commons

@@ -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

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

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