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

printable-string

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

printable-string - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

lib/index.js

@@ -46,6 +46,4 @@ var controlCodes, pad0, pattern, _print;

module.exports = {
print: function(str, option) {
return _print(str, option);
}
module.exports = function(str, option) {
return _print(str, option);
};
{
"name": "printable-string",
"version": "0.1.0",
"version": "0.2.0",
"description": "Convert non-printable chars in string into their printable form",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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