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

vnopts

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vnopts - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

CHANGELOG.md

@@ -5,6 +5,15 @@ # Change Log

<a name="1.0.2"></a>
## [1.0.2](https://github.com/ikatyang/vnopts/compare/v1.0.1...v1.0.2) (2018-08-31)
### Documentations
* tweak punctuation for commonDeprecatedHandler ([#7](https://github.com/ikatyang/vnopts/issues/7)) ([938c0ce](https://github.com/ikatyang/vnopts/commit/938c0ce))
<a name="1.0.1"></a>
## [1.0.1](https://github.com/ikatyang/vnopts/compare/v1.0.0...v1.0.1) (2018-08-29)
### Bug Fixes
### Documentations

@@ -11,0 +20,0 @@ * tweak wording for commonDeprecatedHandler ([#4](https://github.com/ikatyang/vnopts/issues/4)) ([38c25f2](https://github.com/ikatyang/vnopts/commit/38c25f2))

2

lib/handlers/deprecated/common.js

@@ -15,3 +15,3 @@ "use strict";

}
return messages.join(', ') + '.';
return messages.join('; ') + '.';
};
{
"name": "vnopts",
"version": "1.0.1",
"version": "1.0.2",
"description": "validate and normalize options",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

"@types/leven": "2.1.1",
"@types/node": "6.0.116",
"@types/node": "6.0.117",
"has-ansi": "3.0.0",

@@ -43,3 +43,3 @@ "jest": "23.5.0",

"tslint-plugin-prettier": "1.3.0",
"typescript": "3.0.1"
"typescript": "3.0.3"
},

@@ -46,0 +46,0 @@ "engines": {

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