
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
updater-banners
Advanced tools
Updater for updating the banner comments in JavaScript files.
Install update
To use this updater, you will first need to install update. If you haven't done so already, you can do that now with the following command:
$ npm install --global update
This adds the update command to your system path, allowing it to be run from any directory.
Install [updater-banners][]
Next, install this updater with the following command:
$ npm install --global updater-banners
Run the updater
Always make sure your work is committed before running any updater! This updater will change the copyright dates in index.js.
Run the updater with the following command:
$ update banners
Specify other files to update (yes, we're using banners --banners to ensure we never conflict with other flags when chaining updaters):
$ update banners --banners foo.js
$ update banners --banners "foo/*.js"
.editorconfig in the current working directory using a template defined by… more | homepage.eslintrc.json file based on a template and preferences. This updater can be used… more | homepagePull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT license.
This file was generated by verb-generate-readme, v0.4.2, on February 01, 2017.
FAQs
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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.