New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

s2w-js

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

s2w-js

Library based on raw JavaScript

latest
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

s2w-js

Library based on raw JavaScript

Install

npm install s2w-js -S 

On demand import

import { 
  isArr
  isBoo
  isEnum
  isFun
  isJQ
  isNan
  isNull
  isNum
  isObj
  isStr
  isUnd
  except
  plus
  reduce
  ride
  browser
  color
  forEach
  initial
  random 
} from 's2w-js' 
// or 
const { 
  isArr
  isBoo
  isEnum
  isFun
  isJQ
  isNan
  isNull
  isNum
  isObj
  isStr
  isUnd
  except
  plus
  reduce
  ride
  browser
  color
  forEach
  initial
  random 
} = require('s2w-js') 

// use 
isArr()
isBoo()
isEnum()
isFun()
isJQ()
isNan()
isNull()
isNum()
isObj()
isStr()
isUnd()
except()
plus()
reduce()
ride()
browser()
color()
forEach()
initial()
random() 

Complete introduction

import s2wJS from 's2w-js' 
// or 
const s2wJS = require('s2w-js') 

// use 
s2wJS.$XXX() 

CDN

<script src="https://cdn.jsdelivr.net/npm/s2w-js@1.0.9/dist/s2w-js.min.js"></script> 
s2wJS.$XXX() 
// or 
s2w.$XXX() 

Keywords

s2w-js

FAQs

Package last updated on 30 Oct 2022

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