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 2.1.2 to 2.2.0

1

dist/LanguageCommonFrench.d.ts

@@ -11,2 +11,3 @@ /**

validPropsAdj: string[];
allPunctList: string;
}

@@ -10,2 +10,3 @@ "use strict";

const LanguageCommon_1 = require("./LanguageCommon");
const Constants_1 = require("./Constants");
class LanguageCommonFrench extends LanguageCommon_1.LanguageCommon {

@@ -17,2 +18,3 @@ constructor() {

this.validPropsAdj = ['contracts', 'MS', 'MP', 'FS', 'FP'];
this.allPunctList = Constants_1.Constants.stdPunctList + "'";
}

@@ -19,0 +21,0 @@ }

4

package.json
{
"name": "rosaenlg-commons",
"version": "2.1.2",
"version": "2.2.0",
"description": "Common technical elements for RosaeNLG",

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

},
"gitHead": "afbd7cec1fa555efc6cf3003ed5e72ecae64f0d5"
"gitHead": "cd4867d7628a4dcf78a88ed92fea29b618cb1a5e"
}

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