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

cycle-routing-driver

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycle-routing-driver - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

4

dist/routing-driver.js

@@ -50,3 +50,5 @@ "use strict";

toUrl: function toUrl(next) {
return router.toUrl(_objectSpread({}, route, next));
return router.toUrl(_objectSpread({}, route, next, {
data: _objectSpread({}, route.data, next.data)
}));
}

@@ -53,0 +55,0 @@ });

{
"name": "cycle-routing-driver",
"version": "1.1.3",
"version": "1.2.0",
"description": "A bare-bones router for simple frontend routing in CycleJS",

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

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