Socket
Socket
Sign inDemoInstall

is-generator

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 1.0.0

.travis.yml

12

package.json
{
"name": "is-generator",
"version": "0.0.4",
"version": "1.0.0",
"description": "Check whether a value is a generator or generator function",

@@ -17,3 +17,7 @@ "main": "is-generator.js",

],
"author": "Blake Embrey",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"license": "MIT",

@@ -25,5 +29,5 @@ "bugs": {

"devDependencies": {
"mocha": "~1.17.0",
"istanbul": "git://github.com/gotwarlost/istanbul#harmony"
"istanbul": "git://github.com/gotwarlost/istanbul#harmony",
"mocha": "^1.21.4"
}
}

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

# is-generator
# Is Generator
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
Check whether a value is a generator or generator function.

@@ -29,1 +34,10 @@

MIT
[npm-image]: https://img.shields.io/npm/v/is-generator.svg?style=flat
[npm-url]: https://npmjs.org/package/is-generator
[travis-image]: https://img.shields.io/travis/blakeembrey/is-generator.svg?style=flat
[travis-url]: https://travis-ci.org/blakeembrey/is-generator
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/is-generator.svg?style=flat
[coveralls-url]: https://coveralls.io/r/blakeembrey/is-generator?branch=master
[gittip-image]: https://img.shields.io/gittip/blakeembrey.svg?style=flat
[gittip-url]: https://www.gittip.com/blakeembrey
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc