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.4 to 2.1.5

dist/index.cjs

2

CHANGELOG.md

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

## [2.1.5](https://github.com/Stun3R/strapi-sdk-js/compare/v2.1.4...v2.1.5) (2022-01-17)
## [2.1.4](https://github.com/Stun3R/strapi-sdk-js/compare/v2.1.3...v2.1.4) (2022-01-14)

@@ -2,0 +4,0 @@

18

package.json
{
"name": "strapi-sdk-js",
"version": "2.1.4",
"version": "2.1.5",
"description": "📦 Javascript SDK for your Strapi API",

@@ -40,9 +40,9 @@ "keywords": [

".": {
"require": "./dist/index.js",
"import": "./dist/index.es.js"
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",

@@ -83,3 +83,3 @@ "files": [

"@commitlint/config-conventional": "16.0.0",
"@release-it/conventional-changelog": "3.3.0",
"@release-it/conventional-changelog": "4.1.0",
"@types/jest": "27.4.0",

@@ -95,10 +95,10 @@ "@types/sinon": "10.0.6",

"jest": "27.4.7",
"lint-staged": "12.1.5",
"lint-staged": "12.1.7",
"npm-run-all": "4.1.5",
"release-it": "14.11.8",
"release-it": "14.12.3",
"sinon": "12.0.1",
"siroc": "0.16.0",
"ts-jest": "27.1.2",
"ts-jest": "27.1.3",
"typescript": "4.5.4"
}
}
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