Socket
Socket
Sign inDemoInstall

sv443.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sv443.js

Create your own Sv!


Version published
Maintainers
1
Created
Source

sv443.js is a node package that allows you to create your very own Sv!

install with npm i sv443.js

How to get started

// require the module
const esvee = require('sv443.js')

// options for Sv, not required, but if not used, will set the module to it's default settings
let options = {
    height: 167,
    weight: 64,
    gay: 100, // a measure of Sv's gay level, scale is determined by you
    age: 16
}

// declare an instance of the Sv class
const succ = new esvee.Sv(options)

Those are the basics to requiring and initializing the Sv443 module

What can I do with sv443.js

You can manipulate and get info about Sv

const esvee = require('sv443.js')
const succ = new esvee.Sv()

// age manipulation
console.log(succ.age) // expected output: 16, the default age
console.log(succ.addAge(4)) // expected output: 20

// height manipulation
console.log(succ.height) // expected output: 170, the default height
console.log(succ.addHeight(4)) // expected output: 174

// weight manipulation
console.log(succ.weight) // expected output: 64, the default weight
console.log(succ.addWeight(5)) // expected output: 69 ( ͡° ͜ʖ ͡°)

//gay level manipulation
console.log(succ.gay) // expected output: 100
console.log(succ.addGay(4)) // expected output: 104

Keywords

FAQs

Package last updated on 16 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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