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

annotate-code

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

annotate-code - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/cjs/index.js

@@ -5,3 +5,3 @@ "use strict";

// colors
const isTTY = typeof process !== undefined && process.stdout.isTTY;
const isTTY = typeof process !== 'undefined' && process.stdout.isTTY;
const BOLD = isTTY ? '\x1b[1m' : '';

@@ -8,0 +8,0 @@ const RED = isTTY ? BOLD + '\x1b[31m' : '';

// colors
const isTTY = typeof process !== undefined && process.stdout.isTTY;
const isTTY = typeof process !== 'undefined' && process.stdout.isTTY;
const BOLD = isTTY ? '\x1b[1m' : '';

@@ -4,0 +4,0 @@ const RED = isTTY ? BOLD + '\x1b[31m' : '';

@@ -6,3 +6,3 @@ {

"description": "beautifully annotate source code with a message, given an index, like a parser or compiler",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -9,0 +9,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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