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

ibm-connections-blogs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-connections-blogs - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

2

lib/config/xml-namespaces.json

@@ -5,3 +5,3 @@ {

"app": "http://www.w3.org/2007/app",
"os": "http://a9.com/-/spec/opensearch/1.1/",
"opensearch": "http://a9.com/-/spec/opensearch/1.1/",
"ibmsc": "http://www.ibm.com/search/content/2010",

@@ -8,0 +8,0 @@ "thr": "http://purl.org/syndication/thread/1.0",

@@ -16,3 +16,8 @@ 'use strict';

return _.map(xpathSelect('/atom:feed/atom:entry', xmlDoc), entryNode => blogPostParser(entryNode, true));
const result = {
totalResults: xpathSelect('number(atom:feed/opensearch:totalResults/text())', xmlDoc, true),
entries: _.map(xpathSelect('/atom:feed/atom:entry', xmlDoc), entryNode => blogPostParser(entryNode, true)),
};
return result;
};
{
"name": "ibm-connections-blogs",
"version": "1.2.0",
"version": "2.0.0",
"description": "An IBM Connections Blogs API Wrapper",

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

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