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

@olivierpascal/helpers

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@olivierpascal/helpers

Miscellaneous isomorphic helpers

latest
Source
npmnpm
Version
0.0.71
Version published
Maintainers
1
Created
Source

npm version npm stats coverage lines coverage functions dependencies publish workflow

@olivierpascal/helpers

To add a new helper

  • Switch on dev branch with git checkout dev
  • Create a new file in the src folder, ie. delay.ts
  • Create a new test file in the same folder, ie. delay.test.ts
  • Run tests with yarn test
  • Import the new helper in the src/index.common.ts (or specifically src/index.browser.ts or src/index.node.ts) file
  • Bump the version in the package.json file
  • Commit and push your changes
  • Run ./scripts/deploy-to-main.sh to deploy the new version to the production branch

FAQs

Package last updated on 19 Jul 2024

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