New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

emanate

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emanate - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

.travis.yml

12

package.json
{
"name": "emanate",
"description": "Event emitter for the browser",
"version": "1.2.1",
"stability": "stable",
"version": "1.2.2",
"author": "muji <noop@xpm.io>",
"license": "MIT",
"repository": {

@@ -16,2 +16,3 @@ "type": "git",

"chai": "~3.2.0",
"coveralls": "~2.11.6",
"del": "~1.2.0",

@@ -43,5 +44,6 @@ "gulp": "~3.9.0",

"spec": "gulp spec",
"test": "gulp test",
"instrument": "istanbul instrument --output instrument lib/",
"cover": "npm run instrument && gulp cover",
"test": "gulp test"
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},

@@ -58,6 +60,2 @@ "mdp": {

{
"ref": "stability",
"format": "> `Stability: %s`"
},
{
"inc": [

@@ -64,0 +62,0 @@ "introduction.md",

@@ -28,3 +28,5 @@ Table of Contents

> `Stability: stable`.
[<img src="https://travis-ci.org/socialally/emanate.svg" alt="Build Status">](https://travis-ci.org/socialally/emanate)
[<img src="http://img.shields.io/npm/v/emanate.svg" alt="npm version">](https://npmjs.org/package/emanate)
[<img src="https://coveralls.io/repos/socialally/emanate/badge.svg?branch=master&service=github&v=1" alt="Coverage Status">](https://coveralls.io/github/socialally/emanate?branch=master).

@@ -147,3 +149,3 @@ Event emitter for the browser.

Generate the project readme file (requires [mdp](https://github.com/freeformsystems/mdp)):
Generate the project readme file (requires [mdp](https://github.com/tmpfs/mdp)):

@@ -158,3 +160,3 @@ ```

Generated by [mdp(1)](https://github.com/freeformsystems/mdp).
Generated by [mdp(1)](https://github.com/tmpfs/mdp).

@@ -167,3 +169,2 @@ [node]: http://nodejs.org

[eslint]: http://eslint.org
[sa-test]: https://github.com/socialally/sa-test
[mdp]: https://github.com/freeformsystems/mdp
[mdp]: https://github.com/tmpfs/mdp
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