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

@bufferapp/publish-utils

Package Overview
Dependencies
Maintainers
13
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/publish-utils - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

coverage/clover.xml

2

package.json
{
"name": "@bufferapp/publish-utils",
"version": "1.4.0",
"version": "1.4.1",
"description": "Misc. utils for dates, parsing, etc.",

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

@@ -87,2 +87,4 @@ const { getDateString, isInThePast } = require('./date');

const retweetCommentLinks = canHaveLinks ? parseTwitterLinks(retweetComment) : [];
const isFixed = (

@@ -123,3 +125,3 @@ post.pinned ||

retweetComment,
retweetCommentLinks: canHaveLinks ? links : [],
retweetCommentLinks,
retweetProfile: getRetweetProfileInfo(post),

@@ -126,0 +128,0 @@ sent: post.status === 'sent',

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