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

contentful-import

Package Overview
Dependencies
Maintainers
1
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 2.4.0 to 2.5.0

1

dist/run-contentful-import.js

@@ -78,2 +78,3 @@ 'use strict';

prePublishDelay: opts.prePublishDelay,
assetProcessDelay: opts.assetProcessDelay,
contentModelOnly: opts.contentModelOnly,

@@ -80,0 +81,0 @@ skipLocales: opts.skipLocales,

6

package.json

@@ -6,2 +6,3 @@ {

"main": "index.js",
"version": "2.5.0",
"scripts": {

@@ -43,3 +44,3 @@ "build": "npm run clean && mkdirp dist && babel lib --out-dir dist",

"bluebird": "^3.3.3",
"contentful-batch-libs": "^4.8.1",
"contentful-batch-libs": "^4.9.0",
"json-stringify-safe": "^5.0.1",

@@ -86,4 +87,3 @@ "lodash": "^4.0.0",

}
},
"version": "2.4.0"
}
}

@@ -32,2 +32,3 @@ # Contentful import tool

--skip-locales Skips locales. Must be used with content-model-only. Copies only content-types [boolean]
--content-model-only Skips content types and locales. Copies only entries and assets
--config Configuration file with required values

@@ -34,0 +35,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