
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Add npm registry
npm set registry http://npm.vernacular.ai
$ [sudo] npm install -g camperjs
The quickest way to get started with camperjs is to utilize the executable camper
to generate an application as shown below:
Create the app:
$ camper myapp
create : myapp
create : myapp/package.json
create : myapp/.babelrc
create : myapp/.editorconfig
create : myapp/.eslintrc.json
create : myapp/.flowconfig
create : myapp/webpack.config.babel.js
create : myapp/src
create : myapp/src/client
create : myapp/src/client/app.jsx
create : myapp/src/client/index.jsx
create : myapp/src/server
create : myapp/src/server/app.js
create : myapp/src/server/index.js
create : myapp/src/shared
create : myapp/src/shared/config.js
create : myapp/src/shared/util.js
create : myapp/src/client/action
create : myapp/src/client/action/hello.js
create : myapp/src/client/reducer
create : myapp/src/client/reducer/hello.js
install dependencies:
$ cd myapp && yarn install
run the app:
$ DEBUG=myapp:* yarn start
Install dependencies:
$ yarn install
Start your app at http://localhost:8000/
:
$ yarn start
myapp
|
|____src
| |
| |____client
| | |____app.jsx
| | |____index.jsx
| |
| |____server
| | |____app.js
| | |___index.js
| |
| |____shared
| |___home.js
| |___util.js
| |___action
| | |___hello.js
| |___reducer
| |___hello.js
|
|_____.babelrc
|
|_____.editorconfig
|
|_____.eslintrc.json
|
|_____.flowconfig
|
|_____webpack.config.babel.js
|
|_____package.json
This generator can also be further configured with the following command line flags.
Usage: camper [options] [dir]
Options:
-h, --help output usage information
--version output the version number
-f, --force force on non-empty directory
FAQs
Starter Kit for React Apps
The npm package camperjs receives a total of 0 weekly downloads. As such, camperjs popularity was classified as not popular.
We found that camperjs 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.