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.8.0 to 3.9.0

4

index.d.ts

@@ -301,1 +301,5 @@ export declare type IBobrilChild = boolean | string | IBobrilNode;

export declare function withKey(node: IBobrilNode, key: string): IBobrilNode;
export declare function styledDiv(children: IBobrilChildren, ...styles: any[]): IBobrilNode;
export declare function createVirtualComponent<TData>(component: IBobrilComponent): (data: TData, children?: IBobrilChildren) => IBobrilNode;
export declare function createComponent<TData>(component: IBobrilComponent): (data: TData, children?: IBobrilChildren) => IBobrilNode;
export declare function createDerivedComponent<TData>(original: (data: any, children?: IBobrilChildren) => IBobrilNode, after: IBobrilComponent): (data: TData, children?: IBobrilChildren) => IBobrilNode;

2

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

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

@@ -5,3 +5,3 @@ {

"target": "es6",
"module": "commonjs",
"module": "system",
"declaration": true,

@@ -14,2 +14,3 @@ "noImplicitAny": false,

},
"compileOnSave": false,
"filesGlob": [

@@ -16,0 +17,0 @@ "./**/*.ts",

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