Socket
Socket
Sign inDemoInstall

@psycle/repsycle

Package Overview
Dependencies
4
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psycle/repsycle

Psycle Research front-end toolkit


Version published
Maintainers
2
Weekly downloads
72

Weekly downloads

Readme

Source

Repsycle

Reusable front-end toolkit.

Use a local development build

You may need to add some links using yarn link between repsycle-front and your app.

The following snippet let you enable a link between repsycle-front and your project, but also between react and your project since repsycle-front uses hooks.

cd repsycle-front
yarn install --frozen-lockfile
yarn build
yarn link
pushd node_modules/react
yarn link
popd
cd ../your-app
yarn link @psycle/repsycle
yarn link react

Keywords

FAQs

Last updated on 10 May 2022

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