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

contentful-batch-libs

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-batch-libs - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json

@@ -64,3 +64,3 @@ {

"homepage": "https://github.com/contentful/contentful-batch-libs#readme",
"version": "1.2.2"
"version": "1.2.3"
}

@@ -57,4 +57,8 @@ 'use strict';

function createEntries(context, entries, destinationEntries) {
return _bluebird2['default'].filter(entries, function (entry) {
return _bluebird2['default'].map(entries, function (entry) {
return createEntry(entry, context.space, context.skipContentModel, destinationEntries);
}).then(function (entries) {
return entries.filter(function (entry) {
return entry;
});
});

@@ -61,0 +65,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