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 44.4.1 to 44.5.0

8

app.js
export const createApp = (state) => {
let willCallView = false
let view
const views = []

@@ -13,5 +13,3 @@ const callView = () => {

if (view) {
view(state)
}
views.map((view) => view(state))
})

@@ -22,3 +20,3 @@ }

render(v) {
view = v
views.push(v)

@@ -25,0 +23,0 @@ callView()

{
"name": "@erickmerchant/framework",
"version": "44.4.1",
"version": "44.5.0",
"description": "A front-end framework.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/erickmerchant/framework#readme",

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