hellosign-embedded
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "hellosign-embedded", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A JavaScript library required for embedding HelloSign features into your webapp. For more information, see our API documentation at https://www.hellosign.com/api/documentation.", | ||
@@ -5,0 +5,0 @@ "main": "src/embedded.js", |
@@ -279,4 +279,6 @@ /** | ||
NL_NL: 'nl_NL', | ||
ES_ES: 'es_ES', | ||
ES_MX: 'es_MX', | ||
init: function() { | ||
this.supportedCultures = [this.EN_US, this.FR_FR, this.DE_DE, this.SV_SE, this.ZH_CN, this.DA_DK, this.NL_NL]; | ||
this.supportedCultures = [this.EN_US, this.FR_FR, this.DE_DE, this.SV_SE, this.ZH_CN, this.DA_DK, this.NL_NL, this.ES_ES, this.ES_MX]; | ||
return this; | ||
@@ -283,0 +285,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74664
1087