![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@russcarver/ngx-source-obfuscation
Advanced tools
Integrates the javascript-obfuscation project into an angular project
Angular Builder CLI which integrates the javascript-obfuscation project into angular.
yarn add -D @russcarver/ngx-source-obfuscation
npm i -D @russcarver/ngx-source-obfuscation
Version | Angular |
---|---|
^1.0.0 | 8 |
^2.0.0 | 9 |
^16.0.0 | 16 |
^17.0.0 | 17 |
^18.0.0 | 18 |
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.
Example:
{
"obfuscate": {
"builder": "@russcarver/ngx-source-obfuscation:obfuscate",
"options": {
"files": [
{
"fileExtensions": ["js"],
"filePatternsToExclude": ["polyfills"],
"input": "dist",
"output": "."
}
]
},
"configurations": {
"production": {
"debugProtection": true,
"debugProtectionInterval": true,
"sourceMap": false
}
}
}
}
fileExtensions
(required). This is an array of strings representing exact, case-insensitive file extensions of files you want to obfuscate.filePatternsToExclude
(optional). This is an array of case-insensitive strings representing strings, that if found anywhere in the filename or extension (or combined aka: a full name.ext), will be excluded from obfuscation.input
(required). This is the relative input path in which to search for files. It will search 30 nested directories deep from this path.output
(required). This is the relative output path from the input
path in which to place the obfuscated results.If the output
path refers to the same directory as the input
path, then files are obfuscated in-place (existing files are modified).
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.
This project is licensed under the GPL-v3 License - see the LICENSE.md file for details
@russcarver/ngx-source-obfuscation Copyright (C) 2023-2024
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/>.
[18.0.0] - 2024-10-02
readdirp
.
fileExtensions
(string array, required) and, filePatternsToExclude
(string array, optional).FAQs
Integrates the javascript-obfuscation project into an angular project
The npm package @russcarver/ngx-source-obfuscation receives a total of 39 weekly downloads. As such, @russcarver/ngx-source-obfuscation popularity was classified as not popular.
We found that @russcarver/ngx-source-obfuscation demonstrated a healthy version release cadence and project activity because the last version was released less than 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.