Socket
Socket
Sign inDemoInstall

creamcrop

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creamcrop - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v0.5.2
Add support for custom formats with read/unread indicators.
# v0.5.1

@@ -2,0 +6,0 @@

2

docs/_coverpage.md

@@ -5,3 +5,3 @@ ![header](./assets/Favicon.png)

# Creamcrop <small>v0.5.1</small>
# Creamcrop <small>v0.5.2</small>

@@ -8,0 +8,0 @@ > A cream-of-the-crop, top-of-the-top, slice-and-chop, absolutely minimalist news getter

@@ -113,3 +113,3 @@ > Learn the fundamentals of creamcrop

Qlabs (@Quantalabs)
0.5.1
0.5.2
```

@@ -155,3 +155,3 @@

$ cream --version
0.5.1
0.5.2
```
{
"name": "@creamcropdev/creamcrop",
"version": "0.5.1",
"version": "0.5.2",
"description": "A cream-of-the-crop, top-of-the-top, slice-and-chop, absolutely minimalist news getter.",

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

{
"name": "creamcrop",
"version": "0.5.1",
"version": "0.5.2",
"description": "A cream-of-the-crop, top-of-the-top, slice-and-chop, absolutely minimalist news getter.",

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

@@ -73,3 +73,3 @@ const http = require('http');

if (config.format !== undefined) {
var format = config.format
var format = `${add}${config.format}${end}`
format = format.replace(/%title%/g, title);

@@ -76,0 +76,0 @@ format = format.replace(/%link%/g, link);

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