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.0 to 0.8.1

2

package.json
{
"version": "0.8.0",
"version": "0.8.1",
"name": "catharsis",

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

@@ -51,4 +51,3 @@ # Catharsis #

See the [test/specs directory](tree/master/test/specs) for more examples of Catharsis' parse
results.
See the [test/specs directory](test/specs) for more examples of Catharsis' parse results.

@@ -87,4 +86,4 @@

#### Returns ####
An object containing the parse results. See the [test/specs directory](tree/master/test/specs) for
examples of the parse results for different type expressions.
An object containing the parse results. See the [test/specs directory](test/specs) for examples of
the parse results for different type expressions.

@@ -181,4 +180,4 @@ The object also includes two non-enumerable properties:

property should contain an object in the same format as the translation resources in
[res/en.json](tree/master/res/en.json). If you specify a value for `options.resources.en`, it
will override the defaults in [res/en.json](tree/master/res/en.json).
[res/en.json](res/en.json). If you specify a value for `options.resources.en`, it will override
the defaults in [res/en.json](res/en.json).
+ `options.useCache`: Specifies whether to use the cache of descriptions. Defaults to `true`.

@@ -233,2 +232,4 @@

+ 0.8.1 (June 2014): Added support for type unions that are not enclosed in parentheses, and that
contain nullable or non-nullable modifiers (for example, `!string|!number`).
+ 0.8.0 (May 2014):

@@ -235,0 +236,0 @@ + Added a `describe()` method, which converts a parsed type to a description of the type.

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