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
111
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 10.2.0 to 10.3.0

2

lib/template.js

@@ -67,1 +67,3 @@ 'use strict';

};
module.exports.extractExpression = extractExpression;

2

package.json
{
"name": "@putout/engine-parser",
"version": "10.2.0",
"version": "10.3.0",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -60,14 +60,18 @@ # @putout/engine-parser [![NPM version][NPMIMGURL]][NPMURL]

### parse.fresh(code)
### template.fresh(code)
`parse` without `memoization`.
### parse.ast(template)
### template.ast(code)
create node using `memoization`.
### parse.ast.fresh(template)
### template.ast.fresh(code)
create node without `memoization`.
### template.extractExpression(code)
Extract `expression` node from `ExpressionStatement`.
### Sourcemaps

@@ -74,0 +78,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