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

baobab

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baobab - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

CHANGELOG.md
# Changelog
## v2.2.1
* Fixing a bug with watcher not able to handle path polymorphisms.
## v2.2.0

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

2

dist/baobab.js

@@ -589,3 +589,3 @@ /**

Object.defineProperty(Baobab, 'version', {
value: '2.2.0'
value: '2.2.1'
});

@@ -592,0 +592,0 @@

@@ -101,2 +101,5 @@ /**

// Handling path polymorphisms
p = [].concat(p);
// Dynamic path?

@@ -103,0 +106,0 @@ if (_type2['default'].dynamicPath(p)) p = (0, _helpers.getIn)(_this2.tree._data, p).solvedPath;

{
"name": "baobab",
"version": "2.2.0",
"version": "2.2.1",
"description": "JavaScript persistent data tree with cursors.",

@@ -5,0 +5,0 @@ "main": "./dist/baobab.js",

@@ -564,3 +564,3 @@ /**

Object.defineProperty(Baobab, 'version', {
value: '2.2.0'
value: '2.2.1'
});

@@ -567,0 +567,0 @@

@@ -72,2 +72,5 @@ /**

// Handling path polymorphisms
p = [].concat(p);
// Dynamic path?

@@ -74,0 +77,0 @@ if (type.dynamicPath(p))

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