commonform-group-series
Advanced tools
Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "commonform-group-series", | ||
"description": "group series within Common Form form content", | ||
"version": "0.3.1", | ||
"author": { | ||
"name": "Kyle E. Mitchell", | ||
"email": "kyle@kemitchell.com", | ||
"url": "http://kemitchell.com/" | ||
}, | ||
"version": "0.4.0", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
"bugs": "https://github.com/commonform/commonform-group-series/issues", | ||
"dependencies": { | ||
"commonform-predicate": "^0.3.0", | ||
"immutable": "^3.6.2" | ||
"clone": "^1.0.2", | ||
"commonform-predicate": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"check-versions": "0.0.1", | ||
"commonform-validate": "^0.3.2", | ||
"chai": "^2.2.0", | ||
"check-versions": "^1.0.0", | ||
"commonform-validate": "^0.4.0", | ||
"istanbul": "^0.3.5", | ||
@@ -23,3 +20,3 @@ "jscs": "^1.8.1", | ||
}, | ||
"homepage": "https://github.com/commonform/commonform-group-series", | ||
"homepage": "https://commonform.github.io", | ||
"keywords": [ | ||
@@ -33,11 +30,8 @@ "contracts", | ||
"license": "Apache-2.0", | ||
"main": "source/index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/commonform/commonform-group-series.git" | ||
}, | ||
"main": "commonform-group-series.js", | ||
"repository": "commonform/commonform-group-series", | ||
"scripts": { | ||
"check": "check-versions --check-module", | ||
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json", | ||
"lint": "jshint source test && jscs source test", | ||
"lint": "jshint commonform-group-series.js test && jscs commonform-group-series.js test", | ||
"pre-commit": "npm run lint && npm run check && npm run coverage", | ||
@@ -44,0 +38,0 @@ "test": "mocha", |
commonform-group-series | ||
======================= | ||
[![NPM version](https://img.shields.io/npm/v/commonform-group-series.svg)](https://www.npmjs.com/package/commonform-group-series) | ||
[![build status](https://img.shields.io/travis/commonform/commonform-group-series.svg)](http://travis-ci.org/commonform/commonform-group-series) | ||
Group series within Common Form form content |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
8
2715
36
1
+ Addedclone@^1.0.2
+ Addedclone@1.0.4(transitive)
+ Addedcommonform-predicate@0.4.4(transitive)
- Removedimmutable@^3.6.2
- Removedcommonform-predicate@0.3.0(transitive)
- Removedimmutable@3.8.2(transitive)
Updatedcommonform-predicate@^0.4.0