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
3
Versions
172
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

to
1.1.0

2

lib/index.js

@@ -7,3 +7,3 @@ 'use strict';

// Add to window.GOVUKPAY if in browser context
if (window) {
if (typeof window !== 'undefined') {
window.GOVUKPAY = window.GOVUKPAY || {};

@@ -10,0 +10,0 @@ window.GOVUKPAY = { browsered: browsered };

{
"name": "@govuk-pay/pay-js-commons",
"version": "1.0.0",
"version": "1.1.0",
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",

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