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

commonform-flatten

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-flatten - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

.gitmodules

22

package.json
{
"name": "commonform-flatten",
"description": "flatten Common Forms",
"version": "0.4.0",
"version": "0.5.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
"bugs": "https://github.com/commonform/commonform-flatten/issues",
"dependencies": {
"commonform-resolve": "^0.4.0"
"commonform-resolve": "0.5.x"
},
"devDependencies": {
"chai": "^2.2.0",
"check-versions": "^1.0.0",
"istanbul": "^0.3.5",

@@ -26,12 +26,14 @@ "jscs": "^1.8.1",

"license": "Apache-2.0",
"main": "commonform-flatten.js",
"main": "source/index",
"peerDependencies": {
"commonform": "1.x"
},
"repository": "commonform/commonform-flatten",
"scripts": {
"check": "check-versions --check-module",
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json",
"lint": "jshint commonform-flatten.js test && jscs commonform-flatten.js test",
"pre-commit": "npm run lint && npm run check && npm run coverage",
"test": "mocha",
"travis-ci": "npm run pre-commit"
"coverage": "istanbul check-coverage --config .dotfiles/istanbul.yml coverage/coverage.json",
"lint": "jshint --config .dotfiles/jshint.json source test && jscs --config .dotfiles/jscs.json source test",
"precommit": "npm run lint && npm run coverage",
"precoverage": "istanbul cover --config .dotfiles/istanbul.yml -- _mocha --opts .dotfiles/mocha.opts",
"test": "mocha --opts .dotfiles/mocha.opts"
}
}
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