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

@just-baiting/is-sup

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@just-baiting/is-sup - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

package.json
{
"name": "@just-baiting/is-sup",
"author": "Michael Nguyen",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -15,2 +15,3 @@ "main": "dist/index.js",

},
"homepage": "https://github.com/just-baiting/is-sup",
"scripts": {

@@ -17,0 +18,0 @@ "start": "tsdx watch",

# Is Sup
Checks to see if a string passed through starts with `sup`.
If `sup` is passed it will return `true` otherwise it will be `false`
## Installation
```
yarn add @just-baiting/is-sup
```
## Usage
```js
import { isSup } from '@just-baiting/is-sup';
console.log(isSup('sup')); // true
console.log(isSup('hi, sup?')); // false
```
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