Socket
Socket
Sign inDemoInstall

catharsis

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catharsis - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

lib/schema.js

11

package.json
{
"version": "0.8.2",
"version": "0.8.3",
"name": "catharsis",

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

"devDependencies": {
"mocha": "~1.18.2",
"pegjs": "git+ssh://git@github.com:dmajda/pegjs.git#76cc5d55",
"should": "~3.3.1",
"uglify-js": "~2.4.13"
"mocha": "~1.21.3",
"pegjs": "https://github.com/dmajda/pegjs/tarball/76cc5d55b47ff3d5bbe1d435c6f843e2688cb729",
"should": "~4.0.4",
"tv4": "https://github.com/geraintluff/tv4/tarball/eb7561072d44943306e5fd88b55b4a4c98cb6c75",
"uglify-js": "~2.4.15"
},

@@ -22,0 +23,0 @@ "engines": {

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

+ 0.8.3 (October 2014):
+ Type applications are no longer required to include a period (`.`) as a separator, regardless
of whether JSDoc-style type expressions are enabled.
+ Type unions that are not enclosed in parentheses can now include the repeatable (`...`)
modifier when JSDoc-style type expressions are enabled.
+ Name expressions may now be enclosed in single or double quotation marks when JSDoc-style
type expressions are enabled.
+ 0.8.2 (June 2014): Fixed a compatibility issue with the JSDoc fork of Mozilla Rhino.

@@ -231,0 +238,0 @@ + 0.8.1 (June 2014): Added support for type unions that are not enclosed in parentheses, and that

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

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