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

@content-app/cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@content-app/cli - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

5

bin/content-app.js

@@ -6,3 +6,3 @@ #!/usr/bin/env node

const contentful = require('contentful-management');
const contentApp = require('@content-app/core').default;
const contentApp = require('@content-app/core');
const program = new Command();

@@ -12,3 +12,2 @@ const path = require('path');

program

@@ -40,3 +39,3 @@ .command('load-content-types')

environment: finalEnvironment,
});
});
} catch (error) {

@@ -43,0 +42,0 @@ console.error(console.error(error));

2

package.json
{
"name": "@content-app/cli",
"version": "0.2.3",
"version": "0.3.0",
"description": "Content-app CLI",

@@ -5,0 +5,0 @@ "main": "bin/content-app.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