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

node-publisher

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-publisher - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### v1.1.0 (2018-12-03)
- [#22](https://github.com/zendesk/node-publisher/pull/22) Add publish config to be able to release with yarn again ([Attila Večerek](mailto:avecerek@zendesk.com))
- [#21](https://github.com/zendesk/node-publisher/pull/21) Rename package and adds licenses field to package.json ([Attila Večerek](mailto:avecerek@zendesk.com))
- [#20](https://github.com/zendesk/node-publisher/pull/20) Remove private repo configuration ([Attila Večerek](mailto:avecerek@zendesk.com))
- [#18](https://github.com/zendesk/node-publisher/pull/18) Update README ([Attila Večerek](mailto:avecerek@zendesk.com))
### v0.5.0 (2018-09-13)

@@ -2,0 +9,0 @@

14

package.json

@@ -5,7 +5,11 @@ {

"author": "Attila Večerek <avecerek@zendesk.com>",
"homepage": "https://github.com/zendesk/node-publisher#readme",
"repository": {
"type": "git",
"url": "git@github.com:zendesk/node-publisher.git"
"url": "git+ssh://git@github.com/zendesk/node-publisher.git"
},
"version": "1.1.0",
"bugs": {
"url": "https://github.com/zendesk/node-publisher/issues"
},
"version": "1.1.1",
"main": "src/index.js",

@@ -40,2 +44,8 @@ "bin": {

},
"keywords": [
"lerna",
"npm",
"release-management",
"yarn"
],
"publishConfig": {

@@ -42,0 +52,0 @@ "access": "public",

19

README.md
<p align="center">
<img
alt="Node Publisher by Zendesk"
src="https://github.com/zendesk/node-publisher/raw/master/assets/logo.png"
width="400"
/>
<a href="https://github.com/zendesk/node-publisher">
<img
alt="Node Publisher by Zendesk"
src="https://github.com/zendesk/node-publisher/raw/master/assets/logo.png"
width="500"
/>
</a>
</p>

@@ -11,2 +13,5 @@

[![NPM version](https://badge.fury.io/js/node-publisher.svg)](https://badge.fury.io/js/node-publisher)
[![Build Status](https://travis-ci.com/zendesk/node-publisher.svg?branch=master)](https://travis-ci.com/zendesk/node-publisher)
# Getting started

@@ -32,3 +37,3 @@ ## 1. Install the package:

...,
"sctipts": {
"scripts": {
"travis": "your linting/testing/etc. command here",

@@ -56,3 +61,3 @@ "release": "node-publisher release",

```
node-publisher eject
npx node-publisher eject
```

@@ -59,0 +64,0 @@

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