knockout-froala
Advanced tools
Comparing version 2.3.3 to 2.3.4-1
{ | ||
"name": "knockout-froala", | ||
"version": "2.3.3", | ||
"version": "2.3.4-1", | ||
"homepage": "https://github.com/froala/knockout-froala", | ||
@@ -39,3 +39,3 @@ "authors": [ | ||
"dependencies": { | ||
"froala-wysiwyg-editor": "2.3.3", | ||
"froala-wysiwyg-editor": "2.3.4", | ||
"knockout": "~3.3.0", | ||
@@ -42,0 +42,0 @@ "jquery": "1.11.0" |
{ | ||
"name": "knockout-froala", | ||
"version": "2.3.3", | ||
"version": "2.3.4-1", | ||
"description": "Knockout.js binding for Froala WYSIWYG HTML Rich Text Editor", | ||
@@ -5,0 +5,0 @@ "main": "src/knockout-froala.js", |
@@ -31,3 +31,3 @@ /** | ||
// provide froala editor instance for flexibility | ||
if( allBindings.froalaInstance && ko.isWritableObservable( allBindings.froalaInstance ) ) { | ||
if( allBindings.froalaInstance && ko.isWriteableObservable( allBindings.froalaInstance ) ) { | ||
allBindings.froalaInstance( $el.data( 'froala.editor' ) ); | ||
@@ -34,0 +34,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
13352
2