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

commonform-validate

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-validate - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

commonform-validate.js

51

package.json
{
"name": "commonform-validate",
"description": "Common Form content object validation",
"version": "0.3.2",
"author": {
"name": "Kyle E. Mitchell",
"email": "kyle@kemitchell.com",
"url": "http://kemitchell.com/"
},
"bugs": {
"url": "https://github.com/commonform/commonform-validate/issues"
},
"description": "validate Common Form content objects",
"version": "0.4.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
"bugs": "https://github.com/commonform/commonform-validate/issues",
"dependencies": {
"immutable": "^3.6.2",
"semver": "^4.2.0"
"contiguous": "^1.0.1",
"is-array": "^1.0.1",
"is-object": "^1.0.1",
"is-string": "^1.0.4"
},
"devDependencies": {
"chai": "^1.10.0",
"check-versions": "0.0.1",
"commonform-hash": "^0.3.0",
"immutable": "^3.6.2",
"istanbul": "^0.3.5",
"jscs": "^1.10.0",
"jshint": "^2.6.0",
"mocha": "^2.1.0"
"chai": "^2.2.0",
"check-versions": "^1.0.0",
"istanbul": "^0.3.13",
"jscs": "^1.12.0",
"jshint": "^2.6.3",
"mocha": "^2.2.4"
},
"homepage": "https://github.com/commonform/commonform-validate",
"homepage": "https://commonform.github.io",
"keywords": [

@@ -32,14 +26,13 @@ "contracts",

"knowledge management",
"law"
"law",
"schema",
"validation"
],
"license": "Apache-2.0",
"main": "source/index",
"repository": {
"type": "git",
"url": "https://github.com/commonform/commonform-validate.git"
},
"main": "commonform-validate.js",
"repository": "commonform/commonform-validate",
"scripts": {
"check": "check-versions --check-module",
"coverage": "istanbul cover _mocha -- && istanbul check-coverage coverage/coverage.json",
"lint": "jshint source test && jscs source test",
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json",
"lint": "jshint commonform-validate.js test && jscs commonform-validate.js test",
"pre-commit": "npm run lint && npm run coverage",

@@ -46,0 +39,0 @@ "test": "mocha",

commonform-validate
===================
Validate Common Form data structures.
[![NPM version](https://img.shields.io/npm/v/commonform-validate.svg)](https://www.npmjs.com/package/commonform-validate)
[![build status](https://img.shields.io/travis/commonform/commonform-validate.svg)](http://travis-ci.org/commonform/commonform-validate)
Validate Common Form content objects.
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