You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nodent

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodent - npm Package Compare versions

Comparing version

to
3.2.4

4

package.json
{
"name": "nodent",
"version": "3.2.2",
"version": "3.2.4",
"description": "NoDent - Asynchronous Javascript language extensions",

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

"dependencies": {
"nodent-compiler": "^3.2.2",
"nodent-compiler": "^3.2.4",
"nodent-runtime": "^3.2.1",

@@ -19,0 +19,0 @@ "resolve": "^1.5.0"

@@ -586,2 +586,7 @@ [![NPM](https://nodei.co/npm/nodent.png?downloads=true&downloadRank=true)](https://nodei.co/npm/nodent/)

30-Apr-18 v3.2.4
- Fix issue where `catch` body was incompletely transformed (see https://github.com/MatAtBread/nodent/issues/109)
- Fix issue where unreachable continuation generated an illegal Identifer after try-catch (see https://github.com/MatAtBread/fast-async/issues/56)
24-Apr-18 v3.2.2

@@ -588,0 +593,0 @@