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

stopstop

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stopstop - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "stopstop",
"version": "1.0.2",
"version": "1.0.3",
"description": "simple telegram output passer",

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

@@ -25,2 +25,3 @@ # stopstop

- [Chaining stopstop](#chaining-stopstop)
- [It's just like `console.log`!](#its-just-like-consolelog)

@@ -99,1 +100,14 @@ <!-- END doctoc generated TOC please keep comment here to allow auto update -->

## It's just like `console.log`!
I really did mean it when I said that it's just like `console.log`, by the way! The only thing that you can't pass stopstop as data is stopstop itself.
```javascript
stopme = stopstop("<token>", 123456789, "Hi! I'm a debug message!");
stopme('multiple', 'parameters!');
stopme(['arrays', 'too', '!']);
stopme({objects: 'and'}, ['arrays'], {both: ['at', 'once', '?!']});
stopme(function() {return 'When would you ever need to log a function?';});
stopme([stopstop, 'If you really HAD to send yourself stopstop.']);
stopme('Guessed it? stopstop uses %s on its parameters.', 'util.format');
```
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