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

take-five

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

take-five - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

2

package.json
{
"name": "take-five",
"version": "1.3.4",
"version": "1.3.5",
"description": "Very minimal JSON-REST server",

@@ -5,0 +5,0 @@ "main": "take-five.js",

@@ -35,3 +35,3 @@ const path = require('path')

router[m] = (matcher, func) => {
const nsMatcher = path.join(ns, matcher)
const nsMatcher = path.posix.join(ns, matcher)
addRoute(m, nsMatcher, func)

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