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

@conga/annotations

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conga/annotations - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/parseres6.js

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

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