New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

strapi-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-sdk-js - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

12

CHANGELOG.md

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

## [2.1.2](https://github.com/Stun3R/strapi-sdk-js/compare/v2.1.1...v2.1.2) (2021-12-30)
### Bug Fixes
* **params:** change type to accept object for populate ([bfa835c](https://github.com/Stun3R/strapi-sdk-js/commit/bfa835c6d01425049f7d675f96316516d59bca5d)), closes [#108](https://github.com/Stun3R/strapi-sdk-js/issues/108)
### Features
* add integrations ([439b292](https://github.com/Stun3R/strapi-sdk-js/commit/439b2926e474c06a0e581f9af7c1ad08c5eb7282))
## [2.1.1](https://github.com/Stun3R/strapi-sdk-js/compare/v2.1.0...v2.1.1) (2021-11-29)

@@ -2,0 +14,0 @@

2

dist/index.d.ts

@@ -36,3 +36,3 @@ import { AxiosRequestConfig, AxiosInstance, Method } from 'axios';

fields?: Array<string>;
populate?: string | Array<string>;
populate?: string | Array<string> | Record<string, unknown>;
}

@@ -39,0 +39,0 @@ interface StrapiRequestParams extends StrapiBaseRequestParams {

{
"name": "strapi-sdk-js",
"version": "2.1.1",
"version": "2.1.2",
"description": "📦 Javascript SDK for your Strapi API",

@@ -5,0 +5,0 @@ "keywords": [

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