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

contentstack

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentstack - npm Package Compare versions

Comparing version 3.15.0 to 3.15.1

global.js

3

index.d.ts

@@ -24,3 +24,4 @@ // Type definitions for contentstack 3.12.2

US = "us",
EU = "eu"
EU = "eu",
AZURE_NA = "azure-na"
}

@@ -27,0 +28,0 @@

The MIT License (MIT)
Copyright (c) 2016-2021 Contentstack
Copyright (c) 2016-2022 Contentstack

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "contentstack",
"version": "3.15.0",
"version": "3.15.1",
"description": "Contentstack Javascript SDK",

@@ -12,2 +12,3 @@ "homepage": "https://www.contentstack.com/",

"browser": "dist/web/contentstack.js",
"react-native": "dist/react-native/contentstack.js",
"types": "./index.d.ts",

@@ -79,2 +80,3 @@ "_id": "contentstack@3.15.0",

"compression-webpack-plugin": "1.0.1",
"dotenv": "^16.0.0",
"es3ify-loader": "0.2.0",

@@ -84,8 +86,8 @@ "fetch-mock-jest": "^1.3.0",

"istanbul": "^0.4.5",
"jest": "^27.4.3",
"jest-html-reporters": "^2.1.6",
"jsdoc": "^3.6.7",
"jshint": "^2.13.1",
"jest": "^27.5.1",
"jest-html-reporters": "^2.1.7",
"jsdoc": "^3.6.10",
"jshint": "^2.13.4",
"node-request-interceptor": "^0.6.3",
"nodemailer": "^6.7.2",
"nodemailer": "^6.7.3",
"request": "^2.88.2",

@@ -97,9 +99,11 @@ "string-replace-loader": "1.3.0",

"tape": "4.8.0",
"ts-jest": "^27.1.0",
"typescript": "^4.5.2",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"uglify-js": "2.8.29",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "4.1.0"
"webpack-merge": "4.1.0",
"webpack-node-externals": "^3.0.0"
},

@@ -106,0 +110,0 @@ "dependencies": {

@@ -196,3 +196,3 @@ [![Contentstack](https://www.contentstack.com/docs/static/images/contentstack.png)](https://www.contentstack.com/)

For example, if you want to crop an image (with width as 300 and height as 400), you simply need to append query parameters at the end of the image URL, such as, https://images.contentstack.io/v3/assets/blteae40eb499811073/bltc5064f36b5855343/59e0c41ac0eddd140d5a8e3e/owl.jpg?crop=300,400. There are several more parameters that you can use for your images.
For example, if you want to crop an image (with width as 300 and height as 400), you simply need to append query parameters at the end of the image URL, such as, https://images.contentstack.io/owl.jpg?crop=300,400. There are several more parameters that you can use for your images.

@@ -199,0 +199,0 @@ [Read Image Delivery API documentation](https://www.contentstack.com/docs/apis/image-delivery-api/).

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

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

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

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