
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@itrulia/jest-schematic
Advanced tools
Replace Karma & Jasmine with ease
This is a plugin for the @angular/cli
to replace the testing framework with Jest.
This library is using Jest Preset Angular behind the scenes so that Jest is compatible with Angular. If you have an Angular + Jest issue (and not a CLI + Jest issue), please open an issue there :)
To install it you need to require it like this:
ng add @itrulia/jest-schematic
This will add the @itrulia/jest-schematic dependency in to your package.json, delete karma/jasmine and will setup Jest.
If you now execute the command ng test <project_name>
, @angular/cli
will execute Jest instead of Karma.
To add it to a generated library, you can use the following command:
ng generate @itrulia/jest-schematic:jest --project=<project_name>
This will setup Jest in that project.
Here's a brief intro about what a developer must do in order to start developing the project further:
git clone https://github.com/Itrulia/jest-schematic
cd jest-schematic/
npm install
npm run build
This will download all dependencies & build the typescript.
If you want to test it in an Angular CLI project you can use npm link
.
If you want to test the schematic without the Angular CLI you can do it via schematics .:<schematic>
.
E.g. schematics .:jest
.
You will need to publish this to the github and npm repository.
To do this you will need to do the following steps:
v
prefix (e.g. v1.1.0
) and add release notes for what has changed so everyone knows what to do when there are breaking changes and what has changed for them.npm publish
. Further information can be founde on the official npm documentation page.When you publish something open source, one of the greatest motivations is that anyone can just jump in and start contributing to your project.
To make it easier for everyone to contribute to this project and understand it, please always update the documentation when you create or modify anything.
Also always try to improve atleast 1 small thing when you are already there so that over time the project gets better and better, this is also known as The Boy Scout Rule.
Copyright (c) 2018 Karl Merkli
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Jest schematics for the @angular/cli
The npm package @itrulia/jest-schematic receives a total of 1 weekly downloads. As such, @itrulia/jest-schematic popularity was classified as not popular.
We found that @itrulia/jest-schematic 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.