Socket
Socket
Sign inDemoInstall

verdaccio

Package Overview
Dependencies
Maintainers
2
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verdaccio - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

_config.yml

4

CHANGELOG.md

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

## 2.1.2 (March 9, 2017)
- Contribute guidelines- ([@juanpicado](https://github.com/juanpicado) in [#133](https://github.com/verdaccio/verdaccio/pull/133))
- fix(plugin-loader): plugins verdaccio-* overwrite by sinopia- ([@Alexandre-io](https://github.com/Alexandre-io) in [#129](https://github.com/verdaccio/verdaccio/pull/129))
## 2.1.1 (February 7, 2017)

@@ -2,0 +6,0 @@

4

lib/plugin-loader.js

@@ -25,3 +25,5 @@ var Path = require('path')

// compatibility for old sinopia plugins
plugin = try_load('sinopia-' + p)
if(!plugin) {
plugin = try_load('sinopia-' + p)
}
}

@@ -28,0 +30,0 @@

{
"name": "verdaccio",
"version": "2.1.1",
"version": "2.1.2",
"description": "Private npm repository server",

@@ -5,0 +5,0 @@ "author": {

@@ -70,2 +70,6 @@ `verdaccio` is a fork of `sinopia`. It aims to keep backwards compatibility with `sinopia`, while keeping up with npm changes.

### Ansible
A Verdaccio playbook [is available at galaxy](https://galaxy.ansible.com/030/verdaccio) source: https://github.com/030/ansible-verdaccio
### Chef

@@ -72,0 +76,0 @@

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