Socket
Socket
Sign inDemoInstall

catharsis

Package Overview
Dependencies
2
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.4 to 0.8.5

4

package.json
{
"version": "0.8.4",
"version": "0.8.5",
"name": "catharsis",

@@ -16,3 +16,3 @@ "description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",

"devDependencies": {
"mocha": "~1.21.3",
"mocha": "~2.0.1",
"pegjs": "https://github.com/dmajda/pegjs/tarball/76cc5d55b47ff3d5bbe1d435c6f843e2688cb729",

@@ -19,0 +19,0 @@ "should": "~4.0.4",

@@ -229,2 +229,4 @@ # Catharsis #

+ 0.8.5 (December 2014): Added support for postfix nullable/non-nullable operators combined with the
optional operator (for example, `foo?=`).
+ 0.8.4 (December 2014): JSDoc-style nested arrays (for example, `number[][]`) are now parsed

@@ -231,0 +233,0 @@ correctly when JSDoc-style type expressions are enabled.

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc