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

commonform-group-series

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

commonform-group-series - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

commonform-group-series.js

30

package.json
{
"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",

3

README.md
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
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