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.15.0 to 0.15.1

10

dist/createTemplateValues.js

@@ -32,4 +32,10 @@ "use strict";

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

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

2

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

@@ -5,0 +5,0 @@ "author": "m-mitsuhide <m.mitsuhide@amatelus.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