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

@typedefs/parser

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typedefs/parser - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

4

CHANGELOG.md
## 8 August 2019
### [1.3.4](https://github.com/artdecocode/parser/compare/v1.3.3...v1.3.4)
- [doc] More info on differences between _Closure_ and _TypeScript_.
### [1.3.3](https://github.com/artdecocode/parser/compare/v1.3.2...v1.3.3)

@@ -4,0 +8,0 @@

2

package.json
{
"name": "@typedefs/parser",
"version": "1.3.3",
"version": "1.3.4",
"description": "The Parser For JSDoc Types.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -7,6 +7,8 @@ # @typedefs/parser

- ✅ `function(string): void`
- ⛔️ `(arg: string) => void`
- ✅ `function(string, number=): void`
- ⛔️ `(arg: string, optional?: number) => void` The arrow function notation is not supported. Cannot write `?` for optional arguments, need to use `=`.
- ✅ `!Array<string>`
- ⛔️ `string[]`
- ⛔️ `string[]` The double array bracket notation will not work.
- ✅ `{ record: (string|undefined) }`
- ⛔️ `{ record?: string }` Optional properties cannot be denoted with a question mark.

@@ -13,0 +15,0 @@ ```sh

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