Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@erickmerchant/framework

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erickmerchant/framework - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

5

dist/main.js

@@ -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 @@ }

6

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc