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 20.3.0 to 20.3.1

4

CHANGELOG.md
# CHANGELOG
## 20.3.1
Fixed sprite resolution selection.
## 20.3.0

@@ -4,0 +8,0 @@

2

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

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

@@ -342,6 +342,4 @@ import { CSSStyles, CSSPseudoStyles, CSSStylesItem, CSSInlineStyles } from "./cssTypes";

for (let i = 0; i < bundlePath2.length; i++) {
if (i == bundlePath2.length - 1 || bundlePath2[i]![1] >= lastDppx) {
newSpriteUrl = bundlePath2[i]![0];
newSpriteDppx = bundlePath2[i]![1];
} else break;
[newSpriteUrl, newSpriteDppx] = bundlePath2[i]!;
if (newSpriteDppx >= lastDppx) break;
}

@@ -348,0 +346,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