@erickmerchant/framework
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -5,3 +5,4 @@ 'use strict'; | ||
var singlePage = require('single-page'); | ||
var html = require('yo-yo'); | ||
var diffhtml = require('diffhtml'); | ||
var html = diffhtml.html; | ||
@@ -29,3 +30,3 @@ module.exports = function (_ref) { | ||
html.update(target, element); | ||
diffhtml.innerHTML(target, element); | ||
} | ||
@@ -32,0 +33,0 @@ }; |
const catchLinks = require('catch-links') | ||
const singlePage = require('single-page') | ||
const html = require('yo-yo') | ||
const diffhtml = require('diffhtml') | ||
const html = diffhtml.html | ||
@@ -22,3 +23,3 @@ module.exports = function ({target, store, component}) { | ||
html.update(target, element) | ||
diffhtml.innerHTML(target, element) | ||
} | ||
@@ -25,0 +26,0 @@ } |
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "redux, hyperx, singlepage, catchlinks, etc", | ||
@@ -32,5 +32,5 @@ "main": "dist/main.js", | ||
"catch-links": "^2.0.1", | ||
"single-page": "^1.1.0", | ||
"yo-yo": "^1.2.2" | ||
"diffhtml": "^0.9.2", | ||
"single-page": "^1.1.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
3219
52
+ Addeddiffhtml@^0.9.2
+ Addeddiffhtml@0.9.2(transitive)
- Removedyo-yo@^1.2.2
- Removedbel@4.6.0(transitive)
- Removeddom-walk@0.1.2(transitive)
- Removedglobal@4.4.0(transitive)
- Removedhyperscript-attribute-to-property@1.0.2(transitive)
- Removedhyperx@2.5.4(transitive)
- Removedmin-document@2.19.0(transitive)
- Removedmorphdom@2.7.4(transitive)
- Removednanoassert@1.1.0(transitive)
- Removedon-load@3.4.1(transitive)
- Removedprocess@0.11.10(transitive)
- Removedyo-yo@1.4.1(transitive)