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

uk-modulus-check

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uk-modulus-check - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

script.ts

8

package.json
{
"name": "uk-modulus-check",
"version": "1.0.0",
"main": "dist/UKModulusCheck.js",
"types": "dist/UKModulusCheck.d.ts",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"build": "tsc",
"build": "tsc && cp -r src/data dist/data",
"test": "jest",
"format": "prettier --write 'src/**/*.{ts,js,json,md}'"

@@ -10,0 +10,0 @@ },

@@ -11,8 +11,14 @@ # UKModulusCheck

## Installation
```
npm install uk-modulus-check
```
## Usage
```
import ModulusChecker from 'UKModulusCheck';
import ModulusChecker from 'uk-modulus-check';
let checker = new ModulusCheck()
let checker = new ModulusChecker()

@@ -27,6 +33,3 @@ checker.validate({ sortCode: '180002', accountNumber: '00000190'})

## Installation
[todo add to npm and add]
## Details

@@ -33,0 +36,0 @@

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