
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.
Just clone the repo and install the necessary node modules.
$ git clone https://github.com/kflash/jesti.git jesti
$ cd jesti
$ npm install # Install Node modules listed in ./package.json
$ npm run build # Build a minified and a non-minified version of the library
npm run build - Build task that generate a minified and a non-minified scriptnpm run build:prod - Build task that generate a production bundlenpm run build:dev - Build task that generate a development bundlenpm run build:es6 - Build task that generate and preserves ES6 imports and exports into a ES2015 development bundlenpm run lint:source - Lint the sourcenpm run lint:tests - Lint the unit testsnpm run clean - Remove the coverage report - and the dist foldernpm run test - Runs unit testsnpm run coverage - Runs unit tests and outputs a coverage reportnpm run watch - Run all unit tests and watch files for changesnpm run packages - List installed packagesnpm run package:purge - Remove all dependenciesnpm run package:reinstall - Reinstall all dependenciesnpm run package:check - shows a list over dependencies with a higher version number then the current one - if anynpm run package:upgrade - Automaticly upgrade all devDependencies & dependencies, and update package.jsonnpm run browser - runs browser unit tests in the browser. All of your unit tests get bundled automatically.This project uses Jest to run your unit tests.
To add a unit test, simply create a .spec.browser.js inside the ~../__tests__/ folder. Jest will pick up on these files automatically.
To run the tests in the project, just simply npm run test for browser tests.
To keep watching the common test suites that you are working on, simply do npm run watch.
Boily has build-in some nice features to always make sure your dependency tree are up to date.
To check for the latest dependencies, simply run npm run package:check.
If you want to update your packages, you can simply do npm run package:upgrade.
Note! Your package.json will be automatically updated so make sure you have saved your changes before running this.
To reinstall all packages, do npm run package:reinstall, and to remove all packages npm run package:purge.
ESLint are used to lint your source. To change the rules, edit the .eslintrc file in the root directory, respectively.
Download the package, and run this from the command line:
npm install
MIT © KFlash
FAQs
ES2015 boilerplate for creating libraries with Babel, Rollup and Jest
The npm package jesti receives a total of 46 weekly downloads. As such, jesti popularity was classified as not popular.
We found that jesti 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.