
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.
@boundlessgeo/sdk-generator-webpack
Advanced tools
Boundless Web SDK application generator (webpack2)
$ npm install -g @boundlessgeo/sdk-generator-webpack
The quickest way to get started with the Boundless SDK is to utilize the executable web-sdk
to generate an application as shown below:
Create the app:
$ web-sdk /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm i
Starts up webpack dev server on port 3000
$ npm start
Create a package to deploy
$ npm run build -- --env.output-file=/tmp/mywebapp.zip
This generator can also be further configured with the following command line flags.
-h, --help output usage information
-V, --version output the version number
-f, --force force on non-empty directory
-d, --debug output more debug info
FAQs
Boundless Web SDK application generator (webpack2)
The npm package @boundlessgeo/sdk-generator-webpack receives a total of 0 weekly downloads. As such, @boundlessgeo/sdk-generator-webpack popularity was classified as not popular.
We found that @boundlessgeo/sdk-generator-webpack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
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.