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

@bufferapp/publish-utils

Package Overview
Dependencies
Maintainers
12
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.1.0 to 1.2.0

2

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

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

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

const isFixed = (
post.pinned ||
post.scheduled_at ||
post.due_at === 0 ||
post.error
);
return {

@@ -117,3 +124,4 @@ day: post.day,

pinned: post.pinned,
isFixed,
};
};

@@ -12,2 +12,3 @@ module.exports = profile => ({

schedules: profile.schedules,
pausedSchedules: profile.paused_schedules,
service: profile.service,

@@ -22,3 +23,4 @@ service_type: profile.service_type,

default: profile.default,
paused: profile.paused,
open: false,
});
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