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

action-selector

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

action-selector - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

circle.yml

2

index.js

@@ -1,2 +0,2 @@

const { EventEmitter } = require('events')
const EventEmitter = require('events').EventEmitter

@@ -3,0 +3,0 @@ /**

{
"name": "action-selector",
"version": "1.0.0",
"version": "1.0.1",
"description": "Select actions from the given configuration",

@@ -8,3 +8,4 @@ "main": "index.js",

"lint": "standard",
"test": "mocha test.js"
"test": "mocha test.js",
"codecov": "nyc --reporter=lcov npm test && codecov"
},

@@ -26,4 +27,8 @@ "repository": {

"devDependencies": {
"chai": "^3.5.0",
"codecov": "^2.2.0",
"mocha": "^3.4.1",
"nyc": "^10.3.2",
"standard": "^10.0.2"
}
}

@@ -1,3 +0,6 @@

# action-selector v1.0.0
# action-selector v1.0.1
[![CircleCI](https://circleci.com/gh/kt3k/action-selector.svg?style=svg)](https://circleci.com/gh/kt3k/action-selector)
[![codecov](https://codecov.io/gh/kt3k/action-selector/branch/master/graph/badge.svg)](https://codecov.io/gh/kt3k/action-selector)
> Select actions from the given configuration

@@ -64,5 +67,9 @@

# History
- 2017-06-19 v1.0.1 Support node.js v4.
# License
MIT

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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