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.14.6 to 0.14.7

0

dist/buildTemplate.d.ts

@@ -0,0 +0,0 @@ import { BaseConfig } from './getConfig';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BaseConfig } from '../getConfig';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface Command {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import minimist from 'minimist';

@@ -0,0 +0,0 @@ "use strict";

import { Command } from './command';
export declare const version: Command;
//# sourceMappingURL=version.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

declare const _default: (input: string, callback: (...args: any) => void) => void;
export default _default;
//# sourceMappingURL=watchInputDir.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Method } from './parseInterface';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare const _default: (input: string, trailingSlash: boolean) => {

2

dist/createTemplateValues.js

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

var importName = "Methods" + imports.length;
imports.push("import { Methods as " + importName + " } from '" + file + "'");
imports.push("import { Methods as " + importName + " } from '" + file.replace(/'/g, "\\'") + "'");
return createMethodsString_1.default(methodsInterface, indent, importName, newUrl, trailingSlash);

@@ -36,0 +36,0 @@ };

@@ -0,0 +0,0 @@ export interface BaseConfig {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'PATCH' | 'OPTIONS';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LowerHttpMethod, AspidaMethodParams } from './';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Template } from './buildTemplate';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -5,0 +5,0 @@ "author": "m-mitsuhide <m.mitsuhide@amatelus.com>",

@@ -49,3 +49,3 @@ | aspida | [aspida-mock] | [openapi2aspida] | [pathpida] |

## Fetures
## Features

@@ -52,0 +52,0 @@ - Path, URL query, header, body, and response can all specify the type

Sorry, the diff of this file is not supported yet

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