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.2 to 0.19.3

2

dist/createTemplateValues.js

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

var api = createApiString(direntTree, '.', ' ', '', basePath, "{\n<% props %>\n }", rootIndexData && !rootIndexData.isDir
? getMethodsString('./index', rootIndexData.methods, ' ', '', basePath)
? getMethodsString('.', rootIndexData.methods, ' ', '', basePath)
: undefined);

@@ -86,0 +86,0 @@ while (emptyMethodsRegExp.test(api)) {

{
"name": "aspida",
"version": "0.19.2",
"version": "0.19.3",
"description": "TypeScript friendly HTTP client wrapper for the browser and node.js",

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

@@ -516,3 +516,3 @@ | aspida | [aspida-mock] | [@aspida/axios] | [@aspida/ky] | [@aspida/fetch] | [@aspida/node-fetch] |

const message = await client.bar._id(1).$get()
// req -> GET: /foo
// req -> GET: /v2/bar/1
})()

@@ -519,0 +519,0 @@ ```

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