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.3.0 to 1.3.1

5

dist/routing-driver.js

@@ -223,4 +223,5 @@ "use strict";

var stack = [];
var routes = [];
var stack = [];
var base = indentedRoutes[0].indent;
indentedRoutes.forEach(function (current) {

@@ -242,3 +243,3 @@ if (stack.length == 0) {

if (prev.indent > current.indent) {
stack = stack.slice(0, prev.indent - current.indent - 1);
stack = stack.slice(0, prev.indent - current.indent - base);
}

@@ -245,0 +246,0 @@

2

package.json
{
"name": "cycle-routing-driver",
"version": "1.3.0",
"version": "1.3.1",
"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