Socket
Socket
Sign inDemoInstall

aspida

Package Overview
Dependencies
Maintainers
2
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.22.1 to 0.22.2

22

dist/commands.js
"use strict";
var __read = (this && this.__read) || function (o, n) {
var m = typeof Symbol === "function" && o[Symbol.iterator];
if (!m) return o;
var i = m.call(o), r, ar = [], e;
try {
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
}
catch (error) { e = { error: error }; }
finally {
try {
if (r && !r.done && (m = i["return"])) m.call(i);
}
finally { if (e) throw e.error; }
}
return ar;
};
var __spread = (this && this.__spread) || function () {
for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i]));
return ar;
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -15,3 +35,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

return getConfigs_1.getConfigs(config)
.flatMap(function (c) { return buildTemplate_1.default(c); })
.reduce(function (prev, c) { return __spread(prev, buildTemplate_1.default(c)); }, [])
.forEach(writeRouteFile_1.default);

@@ -18,0 +38,0 @@ };

@@ -75,2 +75,3 @@ "use strict";

}
return null;
})

@@ -77,0 +78,0 @@ .filter(function (p) { return !!p; });

2

package.json
{
"name": "aspida",
"version": "0.22.1",
"version": "0.22.2",
"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

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