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

hybrids

Package Overview
Dependencies
Maintainers
0
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 9.1.4 to 9.1.5

2

package.json
{
"name": "hybrids",
"version": "9.1.4",
"version": "9.1.5",
"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",

@@ -567,2 +567,8 @@ import * as cache from "./cache.js";

if (nestedType === "undefined") {
throw TypeError(
`The first item of the '${key}' array must be defined`,
);
}
if (nestedType !== "object") {

@@ -652,2 +658,8 @@ if (

if (Object.keys(defaultValue).length === 0) {
throw TypeError(
`The object for the '${key}' must have at least one property`,
);
}
const nestedConfig = bootstrap(defaultValue, true);

@@ -654,0 +666,0 @@ if (nestedConfig.enumerable || nestedConfig.external) {

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