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.0 to 1.0.1

8

CHANGELOG.md

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

<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
* tweak wording for commonDeprecatedHandler ([#4](https://github.com/ikatyang/vnopts/issues/4)) ([38c25f2](https://github.com/ikatyang/vnopts/commit/38c25f2))
<a name="1.0.0"></a>

@@ -7,0 +15,0 @@ # 1.0.0 (2018-08-28)

2

lib/handlers/deprecated/common.js

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

if (redirectTo) {
messages.push(`now treats it as ${chalk_1.default.blue(typeof redirectTo === 'string'
messages.push(`we now treat it as ${chalk_1.default.blue(typeof redirectTo === 'string'
? descriptor.key(redirectTo)

@@ -14,0 +14,0 @@ : descriptor.pair(redirectTo))}`);

{
"name": "vnopts",
"version": "1.0.0",
"version": "1.0.1",
"description": "validate and normalize options",

@@ -38,5 +38,5 @@ "main": "lib/index.js",

"strip-ansi": "4.0.0",
"ts-jest": "23.1.3",
"ts-jest": "23.1.4",
"tslint": "5.11.0",
"tslint-config-prettier": "1.14.0",
"tslint-config-prettier": "1.15.0",
"tslint-plugin-prettier": "1.3.0",

@@ -43,0 +43,0 @@ "typescript": "3.0.1"

@@ -41,3 +41,3 @@ # vnopts

//=> { parser: "flow" }
// warning: `useFlowParser` is deprecated, now treats it as `{ parser: "flow" }`.
// warning: `useFlowParser` is deprecated, we now treat it as `{ parser: "flow" }`.

@@ -44,0 +44,0 @@ vnopts.normalize({ parser: 'none' }, schemas);

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