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

bobril

Package Overview
Dependencies
Maintainers
1
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril - npm Package Compare versions

Comparing version 17.3.0 to 17.4.0

6

CHANGELOG.md
# CHANGELOG
## 17.4.0
Added new function `isSvgSprite`.
Fixed update of element attributes when updated from undefined to object.
## 17.3.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "bobril",
"version": "17.3.0",
"version": "17.4.0",
"description": "Component Oriented MVC Framework with virtual DOM and CSS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -922,2 +922,8 @@ import { CSSStyles, CSSPseudoStyles, CSSStylesItem, CSSInlineStyles } from "./cssTypes";

export function isSvgSprite(id: ColorlessSprite) {
let orig = colorLessSpriteMap.get(id);
if (orig == undefined) throw new Error(id + " is not colorless sprite");
return "svg" in orig;
}
/// Function can take colors as functions but they are evaluated immediately => use only in render like function

@@ -924,0 +930,0 @@ export function svgWithColor(

Sorry, the diff of this file is too big to display

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