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

govuk_frontend_toolkit

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

govuk_frontend_toolkit - npm Package Compare versions

Comparing version

to
3.0.0

20

package.json
{
"name": "govuk_frontend_toolkit",
"version": "2.0.1",
"description": "npm for govuk_frontend_toolkit",
"main": "index.js",
"scripts": {
"test": "grunt jasmine"
},
"version": "3.0.0",
"description": "npm package for using the GOV.UK frontend toolkit",
"repository": {

@@ -14,12 +10,12 @@ "type": "git",

"author": {
"name": "Jacob Ashdown",
"email": "jacob.ashdown@digital.cabinet-office.gov.uk"
"name": "Government Digital Service developers",
"email": "govuk-dev@digital.cabinet-office.gov.uk"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alphagov/govuk_frontend_toolkit_npm/issues"
"url": "https://github.com/alphagov/govuk_frontend_toolkit/issues"
},
"readme": "ERROR: No README data found!",
"_id": "govuk_frontend_toolkit@0.12.6",
"_from": "govuk_frontend_toolkit@0.12.6"
"files": [
"README.md"
]
}

45

README.md

@@ -1,5 +0,10 @@

# GOV.UK Frontend Toolkit
# GOV.UK frontend toolkit npm package
This is an NPM package for [alphagov/govuk_frontend_toolkit](https://github.com/alphagov/govuk_frontend_toolkit)
This is an npm package for [the GOV.UK frontend toolkit][toolkit].
It bundles up the toolkit and publishes [govuk_frontend_toolkit on the npmjs registry][npmjs]
so that you can install it as a dependency in your JavaScript application.
[toolkit]: https://github.com/alphagov/govuk_frontend_toolkit
[npmjs]: https://www.npmjs.org/package/govuk_frontend_toolkit
## Installing

@@ -13,34 +18,12 @@

## Managing this package
## Updating this package
### Set up
This package is updated automatically by a job on GDS' continuous integration server whenever
the `VERSION.txt` file in the toolkit changes.
Checkout this repo and run:
All development of the toolkit should happen [upstream][toolkit] and changes will then become
available in this package.
```
git submodule init
```
## Licence
### Updating
Follow the [contribution guidelines](https://github.com/alphagov/govuk_frontend_toolkit_npm/blob/master/CONTRIBUTING.md).
To update this package, update the submodule:
```
git submodule init
git submodule update
cd govuk_frontend_toolkit
git pull origin master
cd ..
```
Then update the version in `package.json` and commit the result.
In your commit message, briefly summarise the changes since the last npm version. Then:
```
git push origin master
```
The job to publish an updated version to npmjs.org will run automatically when master is updated.
[MIT License](LICENCE)