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 3.3.0 to 3.4.0

10

index.d.ts

@@ -272,14 +272,4 @@ export declare type IBobrilChild = boolean | string | IBobrilNode;

export declare type IBobrilStyles = IBobrilStyle | IBobrilStyle[];
export declare function style(node: IBobrilNode, ...styles: IBobrilStyles[]): IBobrilNode;
export declare function styleDef(style: any, pseudo?: {
[name: string]: any;
}, nameHint?: string): IBobrilStyleDef;
export declare function styleDefEx(parent: IBobrilStyleDef | IBobrilStyleDef[], style: any, pseudo?: {
[name: string]: any;
}, nameHint?: string): IBobrilStyleDef;
export declare function invalidateStyles(): void;
export declare function sprite(url: string, color?: string, width?: number, height?: number, left?: number, top?: number): IBobrilStyleDef;
export declare function spriteb(width: number, height: number, left: number, top: number): IBobrilStyleDef;
export declare function svgPie(x: number, y: number, radiusBig: number, radiusSmall: number, startAngle: number, endAngle: number): string;
export declare function svgCircle(x: number, y: number, radius: number): string;
export declare function svgRect(x: number, y: number, width: number, height: number): string;

2

package.json
{
"name": "bobril",
"version": "3.3.0",
"version": "3.4.0",
"description": "Component Oriented MVC Framework with virtual DOM",

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

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

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