Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@srag/ngx-source-obfuscation
Advanced tools
Angular Builder CLI which integrates the javascript-obfuscation project into angular.
Angular Builder CLI which integrates the javascript-obfuscation project into angular.
yarn add -D @srag/ngx-source-obfuscation
npm i -D @srag/ngx-source-obfuscation
Version | Angular |
---|---|
^1.0.0 | 8 |
^2.0.0 | 9 |
Create a target in your angular.json
file. Like the one shown bellow.
Other targets like lint
or build
are located in the same place.
Important make sure your levels of obfuscation and performance is suitable for your project! The default parameters are most likely not what you want.
"obfuscate": {
"builder": "@srag/ngx-source-obfuscation:obfuscate",
"options": {
"files": [
{
"glob": "main*.js",
"input": "www",
"output": "www"
}
],
"sourceMap": true,
"sourceMapMode":"separate"
},
"configurations": {
"production": {
"debugProtection": true,
"debugProtectionInterval": true,
"sourceMap": false
}
}
}
A Live Demo of the obfuscation library https://obfuscator.io/ is provided by the author of the library. A list of available configuration options can be found here
The angular cli target can be invoked like every other target <project>:<target>:<configuration>
.
"Dev Build"
yarn ng run app:obfuscate
Prod Build
yarn ng run app:obfuscate:production
"Dev Build"
npx ng run app:obfuscate
Prod Build
npx ng run app:obfuscate:production
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GPL-v3 License - see the LICENSE.md file for details
@srag/ngx-source-obfuscation Copyright (C) 2020 studer-raimann.ch
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
[2.0.0] - 2020-03-28
FAQs
Angular Builder CLI which integrates the javascript-obfuscation project into angular.
The npm package @srag/ngx-source-obfuscation receives a total of 66 weekly downloads. As such, @srag/ngx-source-obfuscation popularity was classified as not popular.
We found that @srag/ngx-source-obfuscation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.