Socket
Socket
Sign inDemoInstall

@youri-kane/js_utils

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @youri-kane/js_utils

a few javascript functions used often we don't want to rewrite all the time


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

js_utils

This library is a collection of useful functions that we don't want te keep writing again and again. It also serves the purpose to help manipulate the DOM when a framework like react.js is not needed or would be overkill.

npm scripts

  {
    "build": "node ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js ./src/index.js",
    "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
    "test": "jest",
    "test-verbose": "jest --coverage --config ./jest.config.js"
  }
  • build: compile source code to generate the complete library
  • generate-docs: generate documentation using jsdoc comments
  • test: run jest tests
  • test-verbose: run tests and generate coverage reports

Online Docs
Available on CodePen

Keywords

FAQs

Last updated on 28 May 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc