@conga/annotations
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -137,3 +137,3 @@ 'use strict' | ||
line: lineNumber, | ||
name: match[1], | ||
name: match[1].trim() === 'async' ? match[2].trim() : match[1].trim(), | ||
className: className, | ||
@@ -140,0 +140,0 @@ arguments: match[3] !== '' ? match[3].split(',') : null |
{ | ||
"name": "@conga/annotations", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Annotation parser library for ES2014/ES2015, ES5/ES6", | ||
@@ -31,3 +31,3 @@ "homepage": "https://github.com/congajs/conga-annotations", | ||
{ | ||
"name": "Anthony Matarazzo" , | ||
"name": "Anthony Matarazzo", | ||
"email": "email@anthonymatarazzo.com" | ||
@@ -42,9 +42,8 @@ } | ||
"eslint": "^3.2.0", | ||
"mocha": "2.5.3" | ||
"mocha": "^5.2.0" | ||
}, | ||
"eslintConfig": { | ||
}, | ||
"eslintConfig": {}, | ||
"engines": { | ||
"node": ">= 4.0.0" | ||
"node": ">= 6.0.0" | ||
} | ||
} |
@@ -62,3 +62,3 @@ # conga-annotations | ||
## Installation | ||
Need Node >= 4.0.0 | ||
Need Node >= 6.0.0 | ||
@@ -65,0 +65,0 @@ > npm install @conga/annotations |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35338
16
1