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

compago-listener

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compago-listener - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.travis.yml

18

package.json
{
"name": "compago-listener",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -31,2 +31,3 @@ "main": "dist/node/index.js",

"clean": "rimraf dist && mkdirp dist dist/node dist/browser",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"build": "npm run clean && npm run build-node && npm run build-browser",

@@ -38,18 +39,21 @@ "test": "babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- -R spec tests/unit.test.js"

"jspm": {
"main": "src/index.js",
"main": "index",
"directories": {
"lib": "src"
},
"jspmNodeConversion": false,
"format": "es6"
},
"babel":{
"presets": [ "node5" ]
"babel": {
"presets": [
"node5"
]
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-node5": "^10.1.1",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"codecov.io": "^0.1.6",
"expect": "^1.13.4",

@@ -56,0 +60,0 @@ "istanbul": "^1.0.0-alpha.2",

# compago-listener
[![Travis branch](https://img.shields.io/travis/scriptare/compago-listener.svg?style=flat-square)](https://travis-ci.org/scriptare/compago-listener)
[![Codecov](https://img.shields.io/codecov/c/github/scriptare/compago-listener.svg?style=flat-square)](https://codecov.io/github/scriptare/compago-listener)
(work in progress)
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