Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vepler/http-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vepler/http-sdk - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

dist/index.d.ts
import { initializeSDK as initSDK } from './config';
import * as PropertyService from './services/property/service';
import * as AreaReferenceService from './services/area-reference/service';
export { initSDK as initializeSDK };
declare const routes: {
property: typeof PropertyService;
areaReference: typeof AreaReferenceService;
};
export declare const property: typeof PropertyService;
export declare const area: typeof AreaReferenceService;
export default routes;

5

dist/index.js

@@ -26,11 +26,14 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.property = exports.initializeSDK = void 0;
exports.area = exports.property = exports.initializeSDK = void 0;
var config_1 = require("./config");
Object.defineProperty(exports, "initializeSDK", { enumerable: true, get: function () { return config_1.initializeSDK; } });
var PropertyService = __importStar(require("./services/property/service"));
var AreaReferenceService = __importStar(require("./services/area-reference/service"));
var routes = {
property: PropertyService,
areaReference: AreaReferenceService,
};
exports.property = routes.property;
exports.area = routes.areaReference;
exports.default = routes;
//# sourceMappingURL=index.js.map
{
"name": "@vepler/http-sdk",
"version": "1.0.2",
"description": "A flexible and extensible API service library for making HTTP requests with built-in authentication support for bearer tokens and API keys.",
"version": "1.0.3",
"description": "The Official Propbar HTTP SDK.",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

import { initializeSDK as initSDK } from './config';
import * as PropertyService from './services/property/service';
import * as AreaReferenceService from './services/area-reference/service';

@@ -8,6 +9,8 @@ export { initSDK as initializeSDK };

property: PropertyService,
areaReference: AreaReferenceService,
}
export const property = routes.property
export const area = routes.areaReference
export default routes;

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