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

just-nu

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-nu - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

6

just-nu.js

@@ -112,3 +112,3 @@ #! /usr/bin/env node

function reportAndClose (count, topics) {
console.log(colour.white(' Antal "JUST NU" just nu:'), colour.cyan(count));
console.log(colour.white(` Antal ${'JUST NU'.bold} just nu:`), colour.cyan(count));

@@ -118,5 +118,5 @@ console.log('\n');

for (let topic of topics) {
let header = colour.red('JUST NU: ') + topic.header;
let header = 'JUST NU:'.red.bold;
console.log(` ${header}`);
console.log(` ${header} ${topic.header}`);

@@ -123,0 +123,0 @@ for (let subtitle of topic.subtitles) {

{
"name": "just-nu",
"version": "2.1.1",
"version": "2.2.0",
"description": "Antal JUST NU på Aftonbladet",

@@ -5,0 +5,0 @@ "main": "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