ng-annotate-patched
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -0,1 +1,6 @@ | ||
## 1.13.0 2020-11-26 | ||
* Updated acorn from version 7 to version 8. | ||
* Changed the default acorn `ecmaVersion` from 11 to "latest". | ||
* Updated dependencies. | ||
## 1.12.0 2020-03-10 | ||
@@ -2,0 +7,0 @@ * Updated dependencies. |
{ | ||
"name": "ng-annotate-patched", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "add, remove and rebuild angularjs dependency injection annotations", | ||
@@ -11,5 +11,5 @@ "main": "src/ng-annotate-main.js", | ||
"dependencies": { | ||
"acorn": "^7.1.1", | ||
"acorn-walk": "^7.1.1", | ||
"commander": "^4.1.1", | ||
"acorn": "^8.0.4", | ||
"acorn-walk": "^8.0.0", | ||
"commander": "^6.2.0", | ||
"convert-source-map": "^1.7.0", | ||
@@ -20,3 +20,3 @@ "source-map": "^0.6.1" | ||
"coffee-script": "^1.10.0", | ||
"diff": "^4.0.2" | ||
"diff": "^5.0.0" | ||
}, | ||
@@ -37,5 +37,7 @@ "keywords": [ | ||
}, | ||
"bin": "./ng-annotate", | ||
"bin": { | ||
"ng-annotate-patched": "ng-annotate" | ||
}, | ||
"author": "Olov Lassus <olov.lassus@gmail.com>", | ||
"license": "MIT" | ||
} |
@@ -1187,3 +1187,3 @@ // ng-annotate-main.js | ||
ast = acorn.Parser.parse(src, Object.assign({ | ||
ecmaVersion: 11, | ||
ecmaVersion: "latest", | ||
allowImportExportEverywhere: true, | ||
@@ -1190,0 +1190,0 @@ allowReturnOutsideFunction: true, |
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
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
109629
2152
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)
+ Addedcommander@6.2.1(transitive)
- Removedacorn@7.4.1(transitive)
- Removedacorn-walk@7.2.0(transitive)
- Removedcommander@4.1.1(transitive)
Updatedacorn@^8.0.4
Updatedacorn-walk@^8.0.0
Updatedcommander@^6.2.0