Socket
Socket
Sign inDemoInstall

kuzzle-sdk

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuzzle-sdk - npm Package Compare versions

Comparing version 7.11.1 to 7.11.2-beta.1

2

dist/kuzzle.js.LICENSE.txt

@@ -1,1 +0,1 @@

/*! Kuzzle Javascript SDK version 7.11.1 */
/*! Kuzzle Javascript SDK version 7.11.2-beta.1 */
{
"name": "kuzzle-sdk",
"version": "7.11.1",
"version": "7.11.2-beta.1",
"description": "Official Javascript SDK for Kuzzle",

@@ -5,0 +5,0 @@ "author": "The Kuzzle Team <support@kuzzle.io>",

@@ -26,14 +26,16 @@ /**

*/
restrictedTo?: {
/**
* Index name.
* Rights will only be applied on this index.
*/
index: string;
/**
* Collection names.
* Rights will only be applied on those collections.
*/
collections?: Array<string>;
};
restrictedTo?: [
{
/**
* Index name.
* Rights will only be applied on this index.
*/
index: string;
/**
* Collection names.
* Rights will only be applied on those collections.
*/
collections?: Array<string>;
}
];
};

Sorry, the diff of this file is too big to display

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