New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esoftplay-android-print

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esoftplay-android-print - npm Package Compare versions

Comparing version 0.0.104 to 0.0.105

14

index.ts

@@ -78,3 +78,15 @@

PRINTER.printTextBase("\n\n\n", this.CENTER, "DEFAULT", 0)
}
},
printDashedLine: () => {
let chars = new Array(CHARSIZE).fill('-').join("")
PRINTER.printTextBase(chars, "CENTER", "DEFAULT", 0)
},
printLine: () => {
let chars = new Array(CHARSIZE).fill('_').join("")
PRINTER.printTextBase(chars, "CENTER", "DEFAULT", 0)
},
printDoubleDashedLine: () => {
let chars = new Array(CHARSIZE).fill('=').join("")
PRINTER.printTextBase(chars, "CENTER", "DEFAULT", 0)
},
}

2

package.json
{
"name": "esoftplay-android-print",
"version": "0.0.104",
"version": "0.0.105",
"description": "Printing ",

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

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