New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hybrids

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hybrids - npm Package Compare versions

Comparing version 8.2.8 to 8.2.9

2

package.json
{
"name": "hybrids",
"version": "8.2.8",
"version": "8.2.9",
"description": "A JavaScript framework for creating fully-featured web applications, components libraries, and single web components with unique declarative and functional architecture",

@@ -5,0 +5,0 @@ "type": "module",

@@ -53,3 +53,3 @@

[![Edit <simple-counter> web component built with hybrids library](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/simple-counter-web-component-built-with-hybrids-library-co2ow?file=/src/SimpleCounter.js)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/hybrids-simple-counter)

@@ -56,0 +56,0 @@ You can read more in the [Component Model](https://hybrids.js.org/#/component-model/definition.md) section.

@@ -498,2 +498,6 @@ import * as cache from "./cache.js";

config.nestedParent = nestedParent;
if (parent && !parent.stack.includes(config)) {
parent.stack.push(config);
}
}

@@ -1127,3 +1131,3 @@

global[`$$${key}`] = view;
globalThis[`$$${key}`] = view;
}),

@@ -1130,0 +1134,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