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

@devbookhq/extension

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devbookhq/extension - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

17

lib/Devbook.js

@@ -91,10 +91,10 @@ "use strict";

route: '/entry/query',
data: {
params: {
indexes: indexes,
query: query,
},
params: {
pageSize: pageSize,
pageNumber: pageNumber,
},
data: {
query: query,
},
})];

@@ -109,5 +109,6 @@ });

method: 'GET',
route: "/entry/" + id,
data: {
route: "/entry",
params: {
index: index,
entryID: id,
},

@@ -125,6 +126,4 @@ })];

route: '/entry',
data: {
params: {
index: index,
},
params: {
pageSize: pageSize,

@@ -131,0 +130,0 @@ pageID: pageID,

{
"name": "@devbookhq/extension",
"version": "0.0.17",
"version": "0.0.18",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "@devbookhq/extension",
"version": "0.0.17",
"version": "0.0.18",
"description": "Add search functionality to Devbook with custom extensions",

@@ -5,0 +5,0 @@ "main": "lib/index.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