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

jsdoctypeparser

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoctypeparser - npm Package Compare versions

Comparing version 2.0.0-alpha-3 to 2.0.0-alpha-4

3

package.json
{
"name": "jsdoctypeparser",
"description": "Strict JsDoc type expression parser.",
"version": "2.0.0-alpha-3",
"version": "2.0.0-alpha-4",
"author": "Kuniwak <orga.chem.job@gmail.com>",

@@ -32,3 +32,2 @@ "keywords": [

"devDependencies": {
"benchmark": "~1.0.0",
"chai": "^2.2.0",

@@ -35,0 +34,0 @@ "eslint": "^0.20.0",

@@ -930,2 +930,12 @@ 'use strict';

});
it('should throw a syntax error when "..." arrived', function() {
var typeExprStr = '...';
expect(function() {
Parser.parse(typeExprStr);
}).to.throw(Parser.SyntaxError);
});
});

@@ -932,0 +942,0 @@

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

Sorry, the diff of this file is not supported yet

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