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

7

lib/index.js

@@ -16,3 +16,5 @@ // Generated by LiveScript 1.4.0

var that;
if (token == null) {
if (that = /^(?:(?:.*\/)?bot)?([^\/]*)(?:\/.*)?$/.exec(token)) {
token = that[1];
} else {
throw new Error('Missing api token');

@@ -23,5 +25,2 @@ }

}
if (that = /^\/?bot(.*)$/.exec(token)) {
token = that[1];
}
if (output === module.exports) {

@@ -28,0 +27,0 @@ return stop.apply(null, [token, chat_id].concat(slice$.call(slice$.call(arguments, 3, -1 + 1 || 9e9))));

{
"name": "stopstop",
"version": "1.0.1",
"version": "1.0.2",
"description": "simple telegram output passer",

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

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