Socket
Socket
Sign inDemoInstall

degenerator

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degenerator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

25

History.md
1.0.2 / 2015-06-22
==================
* package: update "esprima" to ~v2.3.0 (#6, @tgriesser)
1.0.1 / 2015-03-11

@@ -10,3 +15,3 @@ ==================

* updating to v1.0.0 for better defined semver semantics
* updating to v1.0.0 for better defined semver semantics

@@ -16,11 +21,11 @@ 0.0.4 / 2014-11-22

* test: fix whitespace
* test: add test case for TooTallNate/node-pac-resolver#3
* package: update "mocha" to v2.0.1
* .travis: don't test node v0.9.x
* README: use svg for Travis badge
* test: add test case for multiple functions defined in one file
* index: do two passes on the AST, add all local function names to `names` array
* test: add a test fixture for the README example
* test: add support for defining the function names from within the test fixture
* test: fix whitespace
* test: add test case for TooTallNate/node-pac-resolver#3
* package: update "mocha" to v2.0.1
* .travis: don't test node v0.9.x
* README: use svg for Travis badge
* test: add test case for multiple functions defined in one file
* index: do two passes on the AST, add all local function names to `names` array
* test: add a test fixture for the README example
* test: add support for defining the function names from within the test fixture

@@ -27,0 +32,0 @@ 0.0.3 / 2014-04-04

4

package.json
{
"name": "degenerator",
"version": "1.0.1",
"version": "1.0.2",
"description": "Turns sync functions into async generator functions",

@@ -16,3 +16,3 @@ "main": "index.js",

"dependencies": {
"esprima": "git+https://github.com/ariya/esprima.git#harmony",
"esprima": "~2.3.0",
"escodegen": "~1.3.1",

@@ -19,0 +19,0 @@ "ast-types": "~0.3.22"

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