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

contentful-import

Package Overview
Dependencies
Maintainers
3
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-import - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

4

dist/usageParams.js

@@ -50,2 +50,6 @@ 'use strict';

type: 'string'
}).option('managementHost', {
describe: 'Management API host',
type: 'string',
default: 'api.contentful.com'
}).config('config', 'An optional configuration JSON file containing all the options for a single run').check(function (argv) {

@@ -52,0 +56,0 @@ if (!argv.spaceId) {

4

package.json
{
"name": "contentful-import",
"version": "4.0.0",
"version": "4.1.0",
"description": "this tool allows you to import JSON dump exported by contentful-export",

@@ -98,2 +98,2 @@ "bin": {

}
}
}
# Contentful import tool
[![npm](https://img.shields.io/npm/v/contentful-import.svg)](https://www.npmjs.com/package/contentful-import) [![Build Status](https://travis-ci.org/contentful/contentful-import.svg?branch=master)](https://travis-ci.org/contentful/contentful-import) [![Coverage Status](https://coveralls.io/repos/github/contentful/contentful-import/badge.svg?branch=master)](https://coveralls.io/github/contentful/contentful-import?branch=master) [![Dependency Status](https://david-dm.org/contentful/contentful-import.svg)](https://david-dm.org/contentful/contentful-import) [![devDependency Status](https://david-dm.org/contentful/contentful-import/dev-status.svg)](https://david-dm.org/contentful/contentful-import#info=devDependencies)
[![npm](https://img.shields.io/npm/v/contentful-import.svg)](https://www.npmjs.com/package/contentful-import) [![Build Status](https://travis-ci.org/contentful/contentful-import.svg?branch=master)](https://travis-ci.org/contentful/contentful-import) [![Coverage Status](https://coveralls.io/repos/github/contentful/contentful-import/badge.svg?branch=master)](https://coveralls.io/github/contentful/contentful-import?branch=master) [![Dependency Status](https://img.shields.io/david/contentful/contentful-import.svg)](https://david-dm.org/contentful/contentful-import) [![devDependency Status](https://img.shields.io/david/dev/contentful/contentful-import.svg)](https://david-dm.org/contentful/contentful-import#info=devDependencies)

@@ -5,0 +5,0 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

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