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

watch-module

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watch-module - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # CHANGELOG

## 2.2.1
- Try to fix build issue with peerDeps
- better tab color
## 2.2.0

@@ -7,0 +12,0 @@

6

dist/Renderer.js

@@ -84,3 +84,7 @@ import React, { useState } from 'react';

}),
React.createElement(Tabs, { onChange: handleTabChange }, moduleNames.map((moduleName) => (React.createElement(Tab, { key: moduleName, name: moduleName }, moduleName)))),
React.createElement(Tabs, { onChange: handleTabChange, colors: {
activeTab: {
color: Theme.moduleName,
},
} }, moduleNames.map((moduleName) => (React.createElement(Tab, { key: moduleName, name: moduleName }, moduleName)))),
React.createElement(Box, null, inputVisible ? (React.createElement(React.Fragment, null,

@@ -87,0 +91,0 @@ React.createElement(Text, null, "Enter path: "),

4

package.json
{
"name": "watch-module",
"type": "module",
"version": "2.2.0",
"version": "2.2.1",
"description": "A Javascript module watcher to work locally with package",

@@ -27,3 +27,3 @@ "bin": {

"ink": "^3.2.0",
"ink-tab": "^4.2.3",
"ink-tab": "^4.3.1",
"ink-text-input": "^4.0.3",

@@ -30,0 +30,0 @@ "minimist": "^1.2.6",

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