Socket
Socket
Sign inDemoInstall

@plade/sdk

Package Overview
Dependencies
14
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.25 to 0.0.26

6

dist/plade.cjs.js

@@ -126,3 +126,3 @@ 'use strict';

var version = "0.0.25";
var version = "0.0.26";

@@ -1227,6 +1227,8 @@ var LocalStorageFactory =

function () {
function SearchEndpoint() {
function SearchEndpoint(config) {
_classCallCheck(this, SearchEndpoint);
this.endpoint = 'search';
this.config = config;
this.request = new RequestFactory(config);
}

@@ -1233,0 +1235,0 @@

@@ -122,3 +122,3 @@ import { pluralize } from 'inflected';

var version = "0.0.25";
var version = "0.0.26";

@@ -1223,6 +1223,8 @@ var LocalStorageFactory =

function () {
function SearchEndpoint() {
function SearchEndpoint(config) {
_classCallCheck(this, SearchEndpoint);
this.endpoint = 'search';
this.config = config;
this.request = new RequestFactory(config);
}

@@ -1229,0 +1231,0 @@

@@ -124,3 +124,3 @@ (function (global, factory) {

var version = "0.0.25";
var version = "0.0.26";

@@ -1599,6 +1599,8 @@ var LocalStorageFactory =

function () {
function SearchEndpoint() {
function SearchEndpoint(config) {
_classCallCheck(this, SearchEndpoint);
this.endpoint = 'search';
this.config = config;
this.request = new RequestFactory(config);
}

@@ -1605,0 +1607,0 @@

{
"name": "@plade/sdk",
"description": "SDK for the Plade API",
"version": "0.0.25",
"version": "0.0.26",
"homepage": "https://gitlab.com/plade/sdks/js",

@@ -6,0 +6,0 @@ "author": "Plade (https://plade.io)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc