Socket
Socket
Sign inDemoInstall

composer.business

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

composer.business - npm Package Compare versions

Comparing version 0.2.2-20180228193442 to 0.2.2-20180326082406

LICENSE.txt

37

package.json
{
"engines": {
"composer": "^0.18.0"
"composer": "^0.19.0"
},
"name": "composer.business",
"version": "0.2.2-20180228193442",
"version": "0.2.2-20180326082406",
"description": "Composer Business Model",
"dependencies": {
"composer.base": "0.2.2-20180228193442"
"composer.base": "0.2.2-20180326082406"
},

@@ -25,17 +25,30 @@ "repository": {

"scripts": {
"licchk": "license-check",
"licchk": "license-check-and-add",
"test": "npm run licchk"
},
"devDependencies": {
"license-check": "^1.1.5"
"license-check-and-add": "2.0.4"
},
"license-check-config": {
"src": [
"models/**/*.cto"
"license-check-and-add-config": {
"folder": ".",
"license": "LICENSE.txt",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"node_modules"
],
"path": "header.txt",
"blocking": true,
"logInfo": false,
"logError": true
"file_type_method": "EXCLUDE",
"file_types": [
".md"
],
"insert_license": false,
"license_formats": {
"cto": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
}
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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