
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-chrome-dino
Advanced tools
Demo: https://mhasbini.com/miscs/react-chrome-dino-demo/index.html
Install:
yarn add react-chrome-dino
import React from 'react';
import React from 'react';
import ChromeDinoGame from 'react-chrome-dino';
const App = () => (
<ChromeDinoGame />
);
export default App;
Check src/demo for a usage example.
This library is licensed under MIT.
The game javascript & css is licensed under BSD as follow:
// Copyright (c) 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file here: https://cs.chromium.org/chromium/src/LICENSE.
In the project directory, you can run:
npm start or yarn startRuns the library in development mode. Open http://localhost:3000 to view it in the browser.
npm run test or yarn run testRuns the test watcher in an interactive mode.
npm run build or yarn buildBuilds the library for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
npm publishPublishes the library to NPM.
FAQs
## Usage:
We found that react-chrome-dino demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.