
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.
nativescript-dev-app-id-changer
Advanced tools
The purpose of this package is to add an random string at the end if your app's ID.
nativescript-dev-app-id-changer
' a NativeScript dev pluginThis is a very simple package that when installed will try to change the id/applicationId of the NativeScript application to which it is being installed to by adding a random string at the end of the current ID. After installing the nativescript-dev-app-id-changer
make sure you DO NOT COMMIT the changes to the package.json and app.gradle files of your project (those files are updated/changed by the package)
While working with real devices of IOS and applications that are under a corporate certificate/provisioning it is often the case that executing tns run ios
will throw and error that the current dev team is not correct etc. In this case if you only want to work on the app an do not intent to ship it immediately after building it the most common "workaround" is to change the ID of the app before you try to deploy it to the real device. This package automates the renaming of the related fields of the NativeScript app by adding a random string of characters to the current app's ID.
You should only need to use this once before starting to work on app you intent to deploy to a real device FOR DEVELOPMENT purposes only so simply install it from npm:
npm i nativescript-dev-app-id-changer --no-save
FAQs
The purpose of this package is to add an random string at the end if your app's ID.
We found that nativescript-dev-app-id-changer 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.