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

gatsby-plugin-azure-search

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-azure-search - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.0.12](https://github.com/artchen/gatsby-plugin-azure-search/compare/v0.0.11...v0.0.12) (2022-01-22)
### [0.0.11](https://github.com/artchen/gatsby-plugin-azure-search/compare/v0.0.9...v0.0.11) (2021-10-04)

@@ -7,0 +9,0 @@

@@ -118,2 +118,6 @@ const axios = require('axios');

}) => {
if(!docs || !docs.length) {
reporter.warn(`Skipped: No docs to reindex`)
return Promise.resolve({})
}
const url = `https://${serviceName}.search.windows.net/indexes/${indexName}/docs/index?api-version=${API_VERSION}`;

@@ -120,0 +124,0 @@ const body = {

6

package.json
{
"name": "gatsby-plugin-azure-search",
"version": "0.0.11",
"version": "0.0.12",
"description": "Gatsby plugin to ingest data to Microsoft Azure search service.",

@@ -26,6 +26,6 @@ "scripts": {

"devDependencies": {
"standard-version": "^9.3.1"
"standard-version": "^9.3.2"
},
"dependencies": {
"axios": "^0.22.0"
"axios": "^0.25.0"
},

@@ -32,0 +32,0 @@ "files": [

@@ -0,0 +0,0 @@ # Gatsby Plugin Azure Search

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