Socket
Socket
Sign inDemoInstall

bobril

Package Overview
Dependencies
Maintainers
1
Versions
313
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 18.2.0 to 19.0.0

6

CHANGELOG.md
# CHANGELOG
## 19.0.0
Removed now unused feature of isArray customization, Bobx now uses Proxies which makes them Array.isArray compatible.
Made useState compatible with ES2015 spread.
## 18.2.0

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

9

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

@@ -20,2 +20,7 @@ "main": "index.js",

"compilerOptions": {
"target": "ES2018",
"lib": [
"ES2018",
"dom"
],
"noImplicitAny": true,

@@ -43,4 +48,4 @@ "noImplicitThis": true,

"prettier": "*",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
}
}

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