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

@putout/engine-parser

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/engine-parser - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

5

lib/custom-parser.js

@@ -9,2 +9,4 @@ 'use strict';

const isObject = (a) => typeof a === 'object';
module.exports = (source, {parser, isTS, isFlow, isJSX}) => {

@@ -18,2 +20,5 @@ if (parser === 'babel')

if (isObject(parser))
return parser.parse(source);
if (parser === 'espree')

@@ -20,0 +25,0 @@ return espree.parse(source);

3

package.json
{
"name": "@putout/engine-parser",
"version": "1.13.0",
"version": "1.13.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -46,2 +46,3 @@ "description": "putout parser",

"@babel/types": "^7.6.3",
"@cloudcmd/stub": "^2.3.4",
"@putout/test": "^1.1.1",

@@ -48,0 +49,0 @@ "acorn": "https://github.com/coderaiser/acorn/archive/7.1.0.tar.gz",

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