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

pubst

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pubst - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## v0.4.1 - Dec 10 2018
+ Dependency updates to address https://github.com/dominictarr/event-stream/issues/116
## v0.4.0 - Sep 21 2018

@@ -2,0 +5,0 @@ + Adds `validator` option to topic configuration.

14

package.json
{
"name": "pubst",
"version": "0.4.0",
"version": "0.4.1",
"description": "A slightly opinionated pub/sub event emitter for JavaScript.",

@@ -39,12 +39,12 @@ "main": "lib/pubst.js",

"babel-preset-env": "1.7.0",
"chai": "4.1.2",
"clear-require": "2.0.0",
"eslint": "5.6.0",
"chai": "4.2.0",
"clear-require": "3.0.0",
"eslint": "5.10.0",
"jsdoc": "3.5.5",
"mocha": "5.2.0",
"npm-run-all": "4.1.3",
"npm-run-all": "4.1.5",
"shx": "0.3.2",
"sinon": "6.3.4",
"sinon-chai": "3.2.0"
"sinon": "7.2.0",
"sinon-chai": "3.3.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