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

@verdaccio/types

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/types - npm Package Compare versions

Comparing version 5.1.0 to 5.1.2

scripts/github-release.sh

20

CHANGELOG.md

@@ -1,5 +0,23 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [5.1.2](https://github.com/verdaccio/flow-types/compare/v5.1.1...v5.1.2) (2019-07-04)
### Bug Fixes
* flow config issue on run test ([6d39fc5](https://github.com/verdaccio/flow-types/commit/6d39fc5))
### [5.1.1](https://github.com/verdaccio/flow-types/compare/v5.1.0...v5.1.1) (2019-07-04)
### Bug Fixes
* add _autogenerated to UpLinkConf ([d3632dd](https://github.com/verdaccio/flow-types/commit/d3632dd))
<a name="5.1.0"></a>

@@ -6,0 +24,0 @@ # [5.1.0](https://github.com/verdaccio/flow-types/compare/v5.0.2...v5.1.0) (2019-05-28)

@@ -173,2 +173,3 @@ import { Stream, PassThrough } from "stream";

strict_ssl?: boolean | void;
_autogenerated?: boolean;
}

@@ -175,0 +176,0 @@

24

package.json
{
"name": "@verdaccio/types",
"version": "5.1.0",
"version": "5.1.2",
"description": "verdaccio flow types definitions",

@@ -29,20 +29,22 @@ "repository": {

"devDependencies": {
"@types/node": "10.12.18",
"babel-eslint": "10.0.1",
"@octokit/rest": "^16.28.2",
"@types/node": "12.0.12",
"babel-eslint": "10.0.2",
"eslint": "5.12.0",
"eslint-config-prettier": "3.3.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-flow-typed": "1.0.1",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-prettier": "3.1.0",
"flow-bin": "0.90.0",
"get-stdin": "^7.0.0",
"husky": "0.14.3",
"lint-staged": "8.1.0",
"prettier": "1.15.3",
"standard-version": "4.4.0",
"typescript": "3.2.4"
"prettier": "1.18.2",
"standard-version": "6.0.1",
"typescript": "3.5.2"
},
"peerDependencies": {
"@types/node": "10.12.18",
"typescript": "3.2.4",
"flow-bin": "0.90.0"
"flow-bin": "0.90.0",
"typescript": "3.2.4"
},

@@ -49,0 +51,0 @@ "lint-staged": {

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