cable_ready
Advanced tools
Comparing version 4.0.9 to 4.1.0
@@ -32,2 +32,8 @@ import morphdom from 'morphdom' | ||
const DOMOperations = { | ||
// Cookies ................................................................................................. | ||
setCookie: config => { | ||
document.cookie = config.cookie | ||
}, | ||
// DOM Events .............................................................................................. | ||
@@ -34,0 +40,0 @@ |
{ | ||
"name": "cable_ready", | ||
"version": "4.0.9", | ||
"version": "4.1.0", | ||
"main": "./cable_ready.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
7169
170