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.1 to 1.0.2

68

package.json
{
"name" : "charm",
"version" : "1.0.1",
"description" : "ansi control sequences for terminal cursor hopping and colors",
"main" : "index.js",
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/substack/node-charm.git"
},
"keywords" : [
"terminal",
"ansi",
"cursor",
"color",
"console",
"control",
"escape",
"sequence"
],
"dependencies": {
"inherits": "^2.0.1"
},
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
},
"license" : "MIT/X11",
"engine" : { "node" : ">=0.4" }
"name": "charm",
"version": "1.0.2",
"description": "ansi control sequences for terminal cursor hopping and colors",
"main": "index.js",
"directories": {
"lib": ".",
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "http://github.com/substack/node-charm.git"
},
"keywords": [
"terminal",
"ansi",
"cursor",
"color",
"console",
"control",
"escape",
"sequence"
],
"dependencies": {
"inherits": "^2.0.1"
},
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT",
"engine": {
"node": ">=0.4"
}
}
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