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

jison

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jison - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

lib/cli.js

@@ -84,3 +84,3 @@ #!/usr/bin/env node

settings.debug = opts.debug;
if (!settings.moduleType) settings.moduleType = opts.moduleType;
if (!settings.moduleType) settings.moduleType = opts['module-type'];
if (!settings.moduleName && name) settings.moduleName = name.replace(/-\w/g, function (match){ return match.charAt(1).toUpperCase(); });

@@ -87,0 +87,0 @@

@@ -5,3 +5,3 @@ {

"description": "A parser generator with Bison's API",
"version": "0.4.4",
"version": "0.4.5",
"keywords": [

@@ -37,4 +37,4 @@ "jison",

"jison-lex": "0.2.x",
"ebnf-parser": "0.1.x",
"lex-parser": "0.1.x",
"ebnf-parser": "~0.1.4",
"lex-parser": "~0.1.1",
"nomnom": "1.5.2"

@@ -41,0 +41,0 @@ },

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