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

@hmcts/cmc-validators

Package Overview
Dependencies
Maintainers
16
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/cmc-validators - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

1

dist/index.d.ts

@@ -12,2 +12,3 @@ export * from './atLeastOneFieldIsPopulated';

export * from './isNotBlank';
export * from './isNotEmail';
export * from './isPhone';

@@ -14,0 +15,0 @@ export * from './isValidLocalDate';

@@ -17,2 +17,3 @@ "use strict";

__export(require("./isNotBlank"));
__export(require("./isNotEmail"));
__export(require("./isPhone"));

@@ -19,0 +20,0 @@ __export(require("./isValidLocalDate"));

16

package.json
{
"name": "@hmcts/cmc-validators",
"version": "0.2.5",
"version": "0.2.6",
"author": "HMCTS",

@@ -30,9 +30,6 @@ "license": "MIT",

"devDependencies": {
"@types/mocha": "*",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/chai-spies": "^1.0.0",
"typescript": "^3.1.1",
"ts-node": "^7.0.1",
"nyc": "^13.0.1",
"@types/mocha": "*",
"chai": "^4.2.0",

@@ -42,3 +39,2 @@ "chai-as-promised": "^7.1.1",

"codecov": "^3.1.0",
"sinon-chai": "^3.3.0",
"mocha": "^5.2.0",

@@ -49,7 +45,11 @@ "mocha-junit-reporter": "^1.18.0",

"moment": "^2.24.0",
"nyc": "^13.0.1",
"punycode": "^2.1.1",
"sass-lint": "^1.10.2",
"sinon-chai": "^3.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"sass-lint": "^1.10.2",
"tslint-config-standard": "^8.0.1",
"tslint-no-unused-expression-chai": "^0.1.4"
"tslint-no-unused-expression-chai": "^0.1.4",
"typescript": "^3.1.1"
},

@@ -56,0 +56,0 @@ "nyc": {

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