Socket
Socket
Sign inDemoInstall

aspida

Package Overview
Dependencies
Maintainers
3
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 1.6.2 to 1.6.3

1

dist/getDirentTree.d.ts

@@ -7,2 +7,3 @@ import { Doc, Method } from './parseInterface';

doc?: Doc;
$textForApiTypes: string;
};

@@ -9,0 +10,0 @@ declare type DirData = {

18

dist/getDirentTree.js
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -29,8 +40,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

return;
tree.children.push({
name: dirent.name,
isDir: false,
methods: value.methods,
doc: value.doc
});
tree.children.push(__assign({ name: dirent.name, isDir: false }, value));
}

@@ -37,0 +43,0 @@ });

{
"name": "aspida",
"version": "1.6.2",
"version": "1.6.3",
"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