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

@globalbrain/sefirot

Package Overview
Dependencies
Maintainers
1
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalbrain/sefirot - npm Package Compare versions

Comparing version 0.60.0 to 0.61.0

lib/validation/rules/minValue.ts

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# [0.61.0](https://github.com/globalbrain/sefirot/compare/v0.60.0...v0.61.0) (2021-07-01)
### Features
* **validation:** add minValue validation ([#89](https://github.com/globalbrain/sefirot/issues/89)) ([014d2fc](https://github.com/globalbrain/sefirot/commit/014d2fc3f8da7b5edb3384b293a0a29aad3d8348))
# [0.60.0](https://github.com/globalbrain/sefirot/compare/v0.59.0...v0.60.0) (2021-06-25)

@@ -2,0 +8,0 @@

2

lib/validation/rules/index.ts

@@ -9,2 +9,3 @@ import { isString } from '../../support/Util'

import maxValue from './maxValue'
import minValue from './minValue'
import month from './month'

@@ -43,2 +44,3 @@ import not from './not'

maxValue,
minValue,
month,

@@ -45,0 +47,0 @@ not,

@@ -8,2 +8,3 @@ import day from './day'

import maxValue from './maxValue'
import minValue from './minValue'
import month from './month'

@@ -24,2 +25,3 @@ import regex from './regex'

maxValue,
minValue,
month,

@@ -26,0 +28,0 @@ regex,

2

package.json
{
"name": "@globalbrain/sefirot",
"version": "0.60.0",
"version": "0.61.0",
"description": "Vue Components for Global Brain Design System.",

@@ -5,0 +5,0 @@ "files": [

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