Socket
Socket
Sign inDemoInstall

aspida

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aspida - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

5

dist/createTemplateValues.js

@@ -56,4 +56,7 @@ "use strict";

}
var prevUrl = "'" + url + (trailingSlash ? '/' : '') + "'";
if (url.length && !pathes.includes(prevUrl))
pathes.push(prevUrl);
var duplicatedNames = tree.children.filter(function (d) { return d.name.startsWith(valName_1); });
var prefixVal = "`${" + prefix + "}/${val" + valCount + "}" + valName_1.replace(/^[^.]+/, '') + "`";
var prefixVal = "`${" + prefix + "}" + (url.length ? "${PATH" + pathes.indexOf(prevUrl) + "}" : '') + (url.length && trailingSlash ? '' : '/') + "${val" + valCount + "}" + valName_1.replace(/^[^.]+/, '') + "`";
newPrefix = "prefix" + valCount;

@@ -60,0 +63,0 @@ newUrl = '';

2

package.json
{
"name": "aspida",
"version": "0.19.0",
"version": "0.19.1",
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js",

@@ -5,0 +5,0 @@ "author": "Solufa <solufa2020@gmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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