New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sheet-router

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sheet-router - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

index.js

@@ -0,5 +1,5 @@

const pathname = require('pathname-match')
const wayfarer = require('wayfarer')
const assert = require('assert')
const sliced = require('sliced')
const url = require('url')

@@ -64,5 +64,5 @@ module.exports = sheetRouter

const args = sliced(arguments)
args[0] = url.parse(args[0]).pathname
args[0] = pathname(args[0])
return router.apply(null, args)
}
}
{
"name": "sheet-router",
"version": "1.3.0",
"version": "1.3.1",
"description": "Fast, modular client router",

@@ -25,2 +25,3 @@ "main": "index.js",

"global": "^4.3.0",
"pathname-match": "^1.1.2",
"sliced": "^1.0.1",

@@ -27,0 +28,0 @@ "wayfarer": "^6.1.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