
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@manifoldxyz/studio-app-sdk-react
Advanced tools
React component library for studio apps.
React components for Studio Apps.
gm
As studio-app-sdk-react
depends on studio-app-sdk
, you'll need to build the sdk first before you can build the React components for the first time.
You can either build from the worskpace root with npm run build
, or from the studio-app-sdk-react
folder with npm run build:withsdk
.
$ cd studio-app-devtools # make sure you're in the workspace root
$ npm run build # build the sdk and sdk-react packages
# alternatively
$ cd packages/studio-app-sdk-react
$ npm run build:withsdk
./src/tests
folder..stories.tsx
file in the ./src/stories
folder to demonstrate your component.index.ts
with export.npm run storybook
in the studio-app-sdk-react
folder.
http://localhost:6006/
(default port) and test there.Studio App SDK React Storybook
app (app id: 2549157559).$ cd studio-app-devtools # make sure you're in the workspace root
$ npm run build # build the sdk and sdk-react packages
$ cd packages/studio-app-sdk-react
$ npm link # create a symlink in the global folder
$ npm run dev # start typescript compile on watch mode
$ cd studio-claim-app
$ npm link @manifoldxyz/studio-app-sdk-react # creates a symlink in ./node_modules to point to global studio-app-sdk-react folder
$ cd studio-claim-app
$ npm uninstall --no-save @manifoldxyz/studio-app-sdk-react
$ npm install
package.json
. Use proper semantic versioning.
studio-app-sdk
dependency is correct.main
will auto-release.Very manual work for now. Noting major changes here. Ideally, we automate this with something like changesets.
New content framework!
sepolia
filter instead of goerli
in ContractSelectorLegacy
rinkeby
filterAudienceBlueprintSelector
component (out of date, unused).AssetSelector
component:
specFilter
onSelect
=> onChange
filter
=> mintStatusFilter
asset
=> value
(can now accept an array of asset ids)assetId
=> defaultValue
(can now accept an array of asset ids)FAQs
React component library for studio apps.
The npm package @manifoldxyz/studio-app-sdk-react receives a total of 0 weekly downloads. As such, @manifoldxyz/studio-app-sdk-react popularity was classified as not popular.
We found that @manifoldxyz/studio-app-sdk-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.