New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

potion-client

Package Overview
Dependencies
Maintainers
2
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

potion-client - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

2

base.js

@@ -94,3 +94,3 @@ "use strict";

Store.prototype.query = function (_a, paginationObj) {
var _b = _a === void 0 ? {} : _a, _c = _b.paginate, paginate = _c === void 0 ? false : _c, _d = _b.cache, cache = _d === void 0 ? true : _d, _e = _b.page, page = _e === void 0 ? 1 : _e, _f = _b.perPage, perPage = _f === void 0 ? 5 : _f;
var _b = _a === void 0 ? {} : _a, _c = _b.paginate, paginate = _c === void 0 ? false : _c, _d = _b.cache, cache = _d === void 0 ? true : _d, _e = _b.page, page = _e === void 0 ? 1 : _e, _f = _b.perPage, perPage = _f === void 0 ? 25 : _f;
var options = { cache: cache, method: 'GET' };

@@ -97,0 +97,0 @@ if (paginate) {

{
"name": "potion-client",
"version": "0.10.3",
"version": "0.10.4",
"description": "A ES6 client for APIs written in Flask-Potion",

@@ -5,0 +5,0 @@ "keywords": [],

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