Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@google/dscc-scripts
Advanced tools
Scripts to simplify management of Data Studio developer features. The project is primarily used by dscc-gen.
To use these scripts, add @google/dscc-scripts
to your package.json
.
npm install -D @google/dscc-scripts
or
yarn add -D @google/dscc-scripts
This will make dscc-scripts
available to your npm scripts.
The scripts require your package.json
to have some configuration.
For viz, you need to add a dsccViz
property.
{
...,
"dsccViz": {
"gcsDevBucket": "{{DEV_BUCKET}}",
"gcsProdBucket": "{{PROD_BUCKET}}",
"jsFile": "index.js",
"jsonFile": "index.json",
"cssFile": "index.css",
"print": "printMessage.js"
}
...
}
The following scripts are available for viz.
npm run dscc-scripts viz build -h
npm run dscc-scripts viz push -h
npm run dscc-scripts viz update_message -h
npm run dscc-scripts viz start -h
For connectors, you need to add a dsccConnector
property.
{
...,
"dsccConnector": {
"production": "{{PRODUCTION_DEPLOYMENT_ID}}",
"latest": "{{LATEST_DEPLOYMENT_ID}}"
},
...
}
The following scripts are available for connectors.
npm run dscc-scripts connector push_changes -h
npm run dscc-scripts connector watch_changes -h
npm run dscc-scripts connector open_script -h
npm run dscc-scripts connector try_production -h
npm run dscc-scripts connector try_latest -h
npm run dscc-scripts connector update_production -h
npm run dscc-scripts connector open_template -h
FAQs
Scripts for managing Data Studio developer projects.
The npm package @google/dscc-scripts receives a total of 44 weekly downloads. As such, @google/dscc-scripts popularity was classified as not popular.
We found that @google/dscc-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.