Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

validate-commit-user

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-commit-user - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.js

3

bin/validate-commit-user.js

@@ -5,6 +5,7 @@ #!/usr/bin/env node

const vConfig = config && config['validate-commit-user'];
const check = require('../dist');
if (vConfig) {
require('../dist')(vConfig);
check('../dist').default(vConfig);
}

@@ -5,2 +5,12 @@ # Change Log

<a name="0.1.1"></a>
## [0.1.1](https://github.com/jiangyuan/validate-commit-user/compare/v0.1.0...v0.1.1) (2016-09-08)
### Bug Fixes
* bin require error and dist not publish ([94048e6](https://github.com/jiangyuan/validate-commit-user/commit/94048e6))
<a name="0.1.0"></a>

@@ -7,0 +17,0 @@ # 0.1.0 (2016-09-08)

{
"name": "validate-commit-user",
"version": "0.1.0",
"version": "0.1.1",
"description": "validate the commit user info, include user.name, user.email",

@@ -40,3 +40,4 @@ "main": "dist/index.js",

"prepublish": "npm run build",
"release": "standard-version --no-verify"
"release": "standard-version --no-verify",
"postrelease": "npm publish --registry https://registry.npmjs.org/"
},

@@ -43,0 +44,0 @@ "bin": {

@@ -24,3 +24,2 @@ /**

log(`check git user.name [${name}]`);
console.log(name, email);

@@ -27,0 +26,0 @@ if (!rName.test(name)) {

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