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

commonform-terminal

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-terminal - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

13

package.json
{
"name": "commonform-terminal",
"description": "display Common Form projects at text terminals",
"version": "0.2.0",
"author": {

@@ -10,3 +13,2 @@ "name": "Kyle E. Mitchell",

},
"description": "display Common Form projects at text terminals",
"dependencies": {

@@ -23,2 +25,3 @@ "chalk": "^0.5.1",

"chai": "^1.10.0",
"check-versions": "0.0.1",
"istanbul": "^0.3.5",

@@ -38,3 +41,2 @@ "jscs": "^1.10.0",

"main": "source/index",
"name": "commonform-terminal",
"repository": {

@@ -46,9 +48,8 @@ "type": "git",

"check": "check-versions --check-module",
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json",
"lint": "jshint source test && jscs source test",
"pre-commit": "npm run lint && npm run check && npm run coverage",
"lint": "jshint source test && jscs source test",
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json",
"test": "mocha",
"travis-ci": "npm run pre-commit"
},
"version": "0.1.1"
}
}

@@ -12,2 +12,2 @@ var validate = require('commonform-validate');

module.exports.version = '0.1.1';
module.exports.version = '0.2.0';
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