Socket
Socket
Sign inDemoInstall

pragmatismo-io-framework

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pragmatismo-io-framework - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

11

Node/src/AzureSearch.ts

@@ -64,4 +64,3 @@ /*****************************************************************************\

rebuildIndex(cb: any) {
deleteIndex(cb: any) {
this.client.deleteIndex(this.searchIndex, (err) => {

@@ -77,8 +76,6 @@ this.client.deleteIndexer(this.searchIndexer, (err) => {

createIndex(schema, dataSourceName, cb: any) {
this.client.createIndex(schema, function (err, schemaReturned) {
let _this = this;
this.client.createIndex(schema, (err, schemaReturned)=> {
let schemaIndexer = {
name: this.searchIndexer,
description: 'GBIndexer',
name: _this.searchIndexer,
dataSourceName: dataSourceName,

@@ -85,0 +82,0 @@ targetIndexName: this.searchIndex,

{
"version": "1.0.5",
"version": "1.0.6",
"main": "./Node/dist/index.js",

@@ -4,0 +4,0 @@ "types": "./Node/dist/index.d.ts",

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