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.6

4

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

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

"dependencies": {
"nodent-compiler": "^3.2.4",
"nodent-compiler": "^3.2.6",
"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/)

02-May-18 v3.2.6 (3.2.5)
- Re-work detection of whether `const` semantics should be treated as pre-ES6 (NodeJS <=5.x) or ES6 in favour of ES6 semantics. Note that this may change the execution path of code which previously made the opposite assumption in NodeJS <5.x and realted JS engines. (More details at https://github.com/MatAtBread/nodent-transform/commit/5fa3d01400ffb4903fe4184c3886f5d8b1c223b0)
- Fix regression in v3.2.5 which limited the scope of `var` declarations within loop bodies.
30-Apr-18 v3.2.4

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