hellosign-embedded
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hellosign-embedded", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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", |
@@ -276,4 +276,6 @@ /** | ||
ZH_CN: 'zh_CN', | ||
DA_DK: 'da_DK', | ||
NL_NL: 'nl_NL', | ||
init: function() { | ||
this.supportedCultures = [this.EN_US, this.FR_FR, this.DE_DE, this.SV_SE, this.ZH_CN]; | ||
this.supportedCultures = [this.EN_US, this.FR_FR, this.DE_DE, this.SV_SE, this.ZH_CN, this.DA_DK, this.NL_NL]; | ||
return this; | ||
@@ -280,0 +282,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
71725
1051