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

@govuk-pay/pay-js-commons

Package Overview
Dependencies
Maintainers
4
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-pay/pay-js-commons - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

.idea/modules.xml

2

package.json
{
"name": "@govuk-pay/pay-js-commons",
"version": "2.4.0",
"version": "2.5.0",
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -10,2 +10,3 @@ [![Build Status](https://travis-ci.org/alphagov/pay-js-commons.svg?branch=master)](https://travis-ci.org/alphagov/pay-js-commons)

- [Nunjucks filters](#nunjucks-filters)
- [Releasing a new version](#releasing-a-new-version)

@@ -170,1 +171,15 @@ ## Browsered scripts

```
# Releasing a new version
Versions are released to npm, to do so you need to be a member of https://www.npmjs.com/org/govuk-pay.
Once you are a member run the following commands
- make sure you are on the latest master version of `pay-js-commons`
- `npm login` (if you’re not already logged in)
- `npm version major|minor|patch` depending on which sort of release it is
- `npm publish`
Once you have done this it should be available instantly you can check by visiting https://www.npmjs.com/package/@govuk-pay/pay-js-commons and looking for your release, should say _published a few seconds ago_.
Then you can go around our repos bumping the version in this [sort of fashion](https://github.com/alphagov/pay-frontend/pull/940).
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