Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-annotate-patched

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-annotate-patched - npm Package Compare versions

Comparing version 1.12.0 to 1.13.0

.github/workflows/main.yml

5

CHANGES.md

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

14

package.json
{
"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,

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