Socket
Socket
Sign inDemoInstall

create-app

Package Overview
Dependencies
5
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.16 to 2.0.17

2

lib/share/createMatcher.js

@@ -43,3 +43,3 @@ "use strict";

var key = keys[i - 1];
if (key) {
if (key && matches[i]) {
if (typeof matches[i] === 'string') {

@@ -46,0 +46,0 @@ params[key.name] = decodeURIComponent(matches[i]);

{
"name": "create-app",
"version": "2.0.16",
"version": "2.0.17",
"description": "configuring once, rendering both client and server.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc