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

@contentful/node-apps-toolkit

Package Overview
Dependencies
Maintainers
7
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/node-apps-toolkit - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

.commitlintrc.js
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [(msg) => msg.includes('Signed-off-by: dependabot[bot]')],
ignores: [
(msg) => msg.includes('Signed-off-by: dependabot[bot]'),
(msg) => msg.includes('chore(release):'),
],
}

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

## [2.0.2](https://github.com/contentful/node-apps-toolkit/compare/v2.0.1...v2.0.2) (2022-03-25)
### Bug Fixes
* include spaceId as part of cacheKey ([#43](https://github.com/contentful/node-apps-toolkit/issues/43)) ([92fc4c5](https://github.com/contentful/node-apps-toolkit/commit/92fc4c515e247ae054791922b69f20008b10976e))
## [2.0.1](https://github.com/contentful/node-apps-toolkit/compare/v2.0.0...v2.0.1) (2022-03-11)

@@ -2,0 +9,0 @@

2

lib/keys/get-management-token.js

@@ -52,3 +52,3 @@ "use strict";

}
const cacheKey = opts.appInstallationId + opts.environmentId + privateKey.slice(32, 132);
const cacheKey = opts.appInstallationId + opts.spaceId + opts.environmentId + privateKey.slice(32, 132);
if (opts.reuseToken) {

@@ -55,0 +55,0 @@ const existing = cache.get(cacheKey);

{
"name": "@contentful/node-apps-toolkit",
"version": "2.0.1",
"version": "2.0.2",
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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