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

@last-rev/adapter-contentful

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@last-rev/adapter-contentful - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

5

dist/linkParser/linkParser.js

@@ -63,3 +63,6 @@ "use strict";

}
return __assign(__assign({}, fields), { _id: id, _contentTypeId: contentTypeId, href: href,
var extraFields = lodash_1.omitBy(fields, function (val) {
return [action, destinationType, manualUrl, contentReference, assetReference].indexOf(val) > -1;
});
return __assign(__assign({}, extraFields), { _id: id, _contentTypeId: contentTypeId, href: href,
as: as,

@@ -66,0 +69,0 @@ target: target,

4

package.json
{
"name": "@last-rev/adapter-contentful",
"version": "3.0.5",
"version": "3.0.6",
"description": "Transforms data from contentful's structure to one which is expected by LastRev components",

@@ -48,3 +48,3 @@ "main": "dist/index.js",

},
"gitHead": "50d94942c173e08412f8b8cd85e53906817d08af"
"gitHead": "815f6c1bece9e7a589fa84392ddb71621c5e6ba5"
}

Sorry, the diff of this file is not supported yet

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