Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gotamedia/shapeshifter

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gotamedia/shapeshifter - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+11
-0
lib/shapeProvider/openContent/shape/Article.js

@@ -322,2 +322,13 @@ /*

* @public
* @returns {Object.<string, *>}
*/
get manualTeaser() {
const manualTeaserElement = this.selectSingle("//newsml:link[@rel='manualteaser' and @type='x-gm/manualteaser']");
return {
externalLink: this.selectValue(".//newsml:externalLink/text()", undefined, manualTeaserElement)
};
}
/**
* @public
* @returns {string}

@@ -324,0 +335,0 @@ */

+1
-1
{
"name": "@gotamedia/shapeshifter",
"version": "0.6.0",
"version": "0.7.0",
"description": "Shapeshifter is a general format converter. It converts strings of one format (shape) into a string of another.",

@@ -5,0 +5,0 @@ "main": "index.js",