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

@fibjs/enforce

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fibjs/enforce - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

@types/index.d.ts

@@ -31,3 +31,3 @@ declare namespace enforce {

export interface IValidator {
validate(data: any, next: (message?: string) => void, thisArg?: any, contexts?: ContextMap)
validate: ValidationCallback

@@ -56,3 +56,3 @@ ifDefined(): enforce.IValidator

export const Enforce: { new (options?: Options): IEnforce; }
export const Validator: { new (options?: Options): IValidator; }
export const Validator: { new (callback: ValidationCallback): IValidator; }

@@ -73,2 +73,2 @@ export const lists: enforcementsContainer;

export = enforce
}
}
v0.0.6 / 2018-10-12
v0.0.7 / 2018-11-11
==================
* typo fix
v0.0.6 / 2018-10-12
===================
* Release v0.0.6
* typo fix.

@@ -6,0 +12,0 @@

{
"name": "@fibjs/enforce",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

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