Socket
Socket
Sign inDemoInstall

charm

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charm - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js
var tty = require('tty');
var encode = require('./lib/encode');
var Stream = require('stream').Stream;
var inherits = require('inherits')
inherits(Charm, Stream)
var exports = module.exports = function () {

@@ -61,3 +64,3 @@ var input = null;

var Charm = exports.Charm = function Charm () {
function Charm () {
this.writable = true;

@@ -67,5 +70,4 @@ this.readable = true;

}
exports.Charm = Charm
Charm.prototype = new Stream;
Charm.prototype.write = function (buf) {

@@ -72,0 +74,0 @@ var self = this;

{
"name" : "charm",
"version" : "1.0.0",
"version" : "1.0.1",
"description" : "ansi control sequences for terminal cursor hopping and colors",

@@ -25,2 +25,5 @@ "main" : "index.js",

],
"dependencies": {
"inherits": "^2.0.1"
},
"author" : {

@@ -27,0 +30,0 @@ "name" : "James Halliday",

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