New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gooddata/frontend-npm-scripts

Package Overview
Dependencies
Maintainers
58
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/frontend-npm-scripts

A collection of helper scripts used for processing the frontend codebase.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
213
decreased by-50.58%
Maintainers
58
Weekly downloads
 
Created
Source

frontend-npm-scripts

This is a collection of various npm scripts used throughout our frontend codebase in package.jsons. They usually do some sort of pre- or post-processing on frontend code files, the scripts' behavior is described below.

Development

Install Node.js (node 12.16.1, npm v6.13.4) and Yarn 1.22.4.

Install dependencies:

yarn install --frozen-lockfile

copyrightFix.js

Updates the copyright header in JS/TS(X) and SCSS files if needed according to our internal copyright specification. If there is no copyright on line 1, it automatically adds the default one. Watch out: this applies also to files which contain copyrights on other lines! Usage (if this package is installed):

    $ gdc-fix-copyright [FILE1] [FILE2] ...

License

Copyright © GoodData Corporation 2019, All rights reserved

No license granted. Unauthorized copying, modification, distribution, or use of this file is strictly prohibited.

FAQs

Package last updated on 09 Aug 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc