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

@prototyp-stockholm/contentful-migrator-programme

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prototyp-stockholm/contentful-migrator-programme - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.10](https://github.com/prototypsthlm/contentful-migrator-programme/compare/v0.0.9...v0.0.10) (2022-05-31)
### Bug Fixes
* missing env id ([236424a](https://github.com/prototypsthlm/contentful-migrator-programme/commit/236424a708b7abf9852ae7090b69fe666192c702))
### [0.0.9](https://github.com/prototypsthlm/contentful-migrator-programme/compare/v0.0.8...v0.0.9) (2022-05-31)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "@prototyp-stockholm/contentful-migrator-programme",
"version": "0.0.9",
"version": "0.0.10",
"description": "Tool to manage and keep track of contentful migrations.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -136,3 +136,3 @@ require('dotenv').config()

const tryGetEnv = async (retries) => {
const tryGetEnv = async (envId, retries) => {
try {

@@ -146,3 +146,3 @@ return await spaceModule(env('CTF_SPACE_ID'), envId, env('CTF_CMA_TOKEN'))

await delay(waiting_seconds)
return await tryGetEnv(retries - 1)
return await tryGetEnv(envId, retries - 1)
}

@@ -161,3 +161,3 @@ throw e

return await tryGetEnv(10)
return await tryGetEnv(envId, 10)
}

@@ -164,0 +164,0 @@

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