
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@artsy/reaction-force
Advanced tools
::::::::: :::::::::: ::: :::::::: ::::::::::: ::::::::::: :::::::: :::: :::
:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+:+: :+:
+:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ :+:+:+ +:+
+#++:++#: +#++:++# +#++:++#++: +#+ +#+ +#+ +#+ +:+ +#+ +:+ +#+
+#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+#+#
#+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+#+#
### ### ########## ### ### ######## ### ########### ######## ### ####
$ git clone --recursive https://github.com/artsy/reaction.git
$ cd reaction
$ npm install -g yarn
$ yarn install
$ cp .env.oss .env
Development of components happen in storybooks:
$ yarn start
$ open http://localhost:9001/
Run the tests:
$ yarn test
Run the tests continuously (or use vscode-jest
):
$ yarn test -- --watch
In vscode, run the TypeScript: Run type-checker
task and open the PROBLEMS
view to see continuous type-checker
results.
After updating components, be sure to deploy a new demo (sharing is caring!):
$ yarn deploy-storybook
When using new changes in metaphysics’ schema, be sure to update the local schema copy:
$ yarn sync-schema
There are some suggested VSCode extensions in .vscode/extensions.json
and additional docs at docs/vscode.md.
Circle CI is set up to publish reaction-force in a consistent and reliable way. To update the package version and deploy it on NPM.
$ npm version <new_version>
$ git push --follow-tags
The package.json file will be updated and a commit staged. When a tag is pushed to master
, Circle CI will publish to NPM. See circle.yml and the npm docs.
FAQs
Force’s React Components
The npm package @artsy/reaction-force receives a total of 6 weekly downloads. As such, @artsy/reaction-force popularity was classified as not popular.
We found that @artsy/reaction-force demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 open source maintainers collaborating on the project.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.