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

@zambezi/caballo-vivo

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zambezi/caballo-vivo - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

src/flog.js

4

package.json
{
"name": "@zambezi/caballo-vivo",
"version": "0.1.0",
"version": "0.2.0",
"description": "Caballo Vivo",

@@ -24,3 +24,3 @@ "main": "",

"ramda": "^0.25.0",
"react": ">=15",
"react": ">=16.8.0",
"react-router": "^4.3.1",

@@ -27,0 +27,0 @@ "rxjs": ">=6"

@@ -49,6 +49,4 @@ import createHistory from 'history/createBrowserHistory'

createLocationHandler$(pathToIntent),
concat(
startLocation$.pipe(filter(hasNoHandlers(pathToIntent))),
historyLocation$
)
startLocation$.pipe(filter(hasNoHandlers(pathToIntent))),
historyLocation$
).pipe(

@@ -91,4 +89,2 @@ map(completeState),

}),
map(unary(fromJS)),
map(location => state => state.set('location', location)),
tap(() => {

@@ -98,3 +94,4 @@ programmaticNavigationTokens = programmaticNavigationTokens.delete(

)
})
}),
skip()
)

@@ -117,4 +114,4 @@ }

tap(location => history.push(location.toJS())),
map(location => state => state.set('location', location)),
tap(() => programmaticNavigationTokens.delete(navToken))
tap(() => programmaticNavigationTokens.delete(navToken)),
skip()
)

@@ -121,0 +118,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