Socket
Socket
Sign inDemoInstall

@contentstack/app-sdk

Package Overview
Dependencies
6
Maintainers
13
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

14

dist/src/stack/index.d.ts

@@ -59,2 +59,16 @@ /**

/**
* This API allows you to retrieve details of releases of a stack using the {@link https://www.contentstack.com/docs/developers/apis/content-management-api/#get-all-releases| Releases API} requests. This method returns a Promise object.
* @param {Object} query Query for the GET call
* @param {Object} params Optional parameters for the GET call
* @return {Object} A Promise object which will be resolved with details of the releases.
*/
getReleases(query?: {}, params?: {}): any;
/**
* This API allows you to retrieve details of publish queue of a stack using the {@link https://www.contentstack.com/docs/developers/apis/content-management-api/#get-publish-queue| Publish Queue API} requests. This method returns a Promise object.
* @param {Object} query Query for the GET call
* @param {Object} params Optional parameters for the GET call
* @return {Object} A Promise object which will be resolved with details of the publish queue.
*/
getPublishes(query?: {}, params?: {}): any;
/**
* This API allows you to retrive a locale of a stack using the {@link https://www.contentstack.com/docs/apis/content-management-api/#get-a-language| Language API} requests. Method returns a Promise object.

@@ -61,0 +75,0 @@ * @param {string} code Code of the desired locale

4

package.json
{
"name": "@contentstack/app-sdk",
"version": "1.2.1",
"version": "1.2.2",
"types": "dist/src/index.d.ts",

@@ -59,3 +59,3 @@ "description": "This SDK helps connect to the development server of the Contentstack and sync the data.",

"dependencies": {
"loader-utils": "^3.2.0",
"loader-utils": "^3.2.1",
"post-robot": "8.0.29",

@@ -62,0 +62,0 @@ "wolfy87-eventemitter": "5.2.4"

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc