Socket
Socket
Sign inDemoInstall

@quantos/micro-request

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantos/micro-request - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

7

dist/index.d.ts
import { get, getMany, getOne, invalidateOne } from './micro_request';
export declare const MicroRequest: {
getOne: typeof getOne;
getMany: typeof getMany;
get: typeof get;
invalidateOne: typeof invalidateOne;
};
export { get, getMany, getOne, invalidateOne };

12

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MicroRequest = void 0;
exports.invalidateOne = exports.getOne = exports.getMany = exports.get = void 0;
const micro_request_1 = require("./micro_request");
exports.MicroRequest = {
getOne: micro_request_1.getOne,
getMany: micro_request_1.getMany,
get: micro_request_1.get,
invalidateOne: micro_request_1.invalidateOne,
};
Object.defineProperty(exports, "get", { enumerable: true, get: function () { return micro_request_1.get; } });
Object.defineProperty(exports, "getMany", { enumerable: true, get: function () { return micro_request_1.getMany; } });
Object.defineProperty(exports, "getOne", { enumerable: true, get: function () { return micro_request_1.getOne; } });
Object.defineProperty(exports, "invalidateOne", { enumerable: true, get: function () { return micro_request_1.invalidateOne; } });
//# sourceMappingURL=index.js.map
{
"name": "@quantos/micro-request",
"version": "1.1.10",
"version": "1.1.11",
"description": "Quantos http client with cache, retry and fallback mechanism",

@@ -5,0 +5,0 @@ "repository": "github:quantosapplications/micro-request",

import { get, getMany, getOne, invalidateOne } from './micro_request';
export const MicroRequest = {
getOne,
getMany,
get,
invalidateOne,
};
export { get, getMany, getOne, invalidateOne };

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