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

@pandaenvia/nodejs-sdk

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandaenvia/nodejs-sdk - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

5

build/compiled/resources/Messengers.d.ts
export = Messengers;
declare class Messengers extends AbstractResource {
getAll(): Promise<any>;
getByRadius({ latitude, longitude, radius }: {
latitude: any;
longitude: any;
radius?: number | undefined;
}): Promise<any>;
}
import AbstractResource = require("../src/AbstractResource");

@@ -24,4 +24,24 @@ "use strict";

}
getByRadius({ latitude, longitude, radius = 5000 }) {
const _super = Object.create(null, {
describe: { get: () => super.describe }
});
return __awaiter(this, void 0, void 0, function* () {
return _super.describe.call(this, {
path: '/messengers/search/{radius}',
method: 'POST',
params: {
radius,
},
body: {
center: {
latitude,
longitude,
},
},
});
});
}
}
module.exports = Messengers;
//# sourceMappingURL=Messengers.js.map

@@ -49,4 +49,9 @@ declare class TokenProvider$1 {

getAll(): Promise<any>;
getByRadius({ latitude, longitude, radius }: {
latitude: any;
longitude: any;
radius?: number | undefined;
}): Promise<any>;
}
export { Messengers, Notification };

2

build/compiled/src/lockstep-api.js
'use strict';
const Notification = require('../resources/Notification');
const Messengers = require('../resources/Messengers');
module.exports = {

@@ -8,0 +6,0 @@ Notification,

@@ -0,1 +1,7 @@

### 1.3.0 (2022-11-01)
##### Other Changes
* **messengers:** add to Messengers resource getByRadius method :D (395c8d43)
### 1.2.0 (2022-09-21)

@@ -2,0 +8,0 @@

{
"name": "@pandaenvia/nodejs-sdk",
"version": "1.2.4",
"version": "1.3.0",
"description": "Pandaenvia API wrapper",

@@ -5,0 +5,0 @@ "main": "build/compiled/src/lockstep-api.js",

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