Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-validate

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-validate - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

test/index.html

8

doc/readme/developer.md

@@ -11,2 +11,10 @@ ## Developer

### Spec
Compile test specifications for the browser (open `test/index.html`):
```
npm test
```
### Cover

@@ -13,0 +21,0 @@

6

package.json
{
"name": "async-validate",
"description": "Asynchronous validation for object properties.",
"version": "0.5.2",
"version": "0.5.3",
"author": "muji <noop@xpm.io>",

@@ -27,3 +27,4 @@ "license": "MIT",

"mocha": "~2.3.2",
"moment": "~2.10.6"
"moment": "~2.10.6",
"require-dir": "~0.3.0"
},

@@ -35,2 +36,3 @@ "scripts": {

"clean": "rm -rf coverage ./async-validate.js",
"spec": "browserify -o test/spec.js -e test/index.js",
"test": "NODE_ENV=test mocha test/global ${SPEC:-test/spec}",

@@ -37,0 +39,0 @@ "cover": "NODE_ENV=test istanbul cover _mocha -- test/global ${SPEC:-test/spec}"

@@ -51,2 +51,3 @@ Table of Contents

* [Test](#test)
* [Spec](#spec)
* [Cover](#cover)

@@ -657,2 +658,10 @@ * [Browserify](#browserify)

### Spec
Compile test specifications for the browser (open `test/index.html`):
```
npm test
```
### Cover

@@ -659,0 +668,0 @@

Sorry, the diff of this file is not supported yet

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