New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@putout/engine-parser

Package Overview
Dependencies
Maintainers
1
Versions
122
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.2.1 to 1.3.0

lib/template.spec.js

9

lib/template.js

@@ -27,1 +27,10 @@ 'use strict';

module.exports.ast.fresh = (value, options) => {
const result = template.ast(value, {
...defaults,
...options,
});
return result;
};

4

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

@@ -51,3 +51,3 @@ "description": "putout parser",

"lerna": "^3.8.5",
"madrun": "^3.0.0",
"madrun": "^4.1.0",
"nodemon": "^1.14.12",

@@ -54,0 +54,0 @@ "nyc": "^14.0.0",

@@ -35,2 +35,8 @@ # putout-engine-parser [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]

### parse.ast(template)
create node using `memoization`.
### parse.ast.fresh(template)
create node without `memoization`.
Any parser should be installed before use, but you can be shure that `@babel/parse` always installed.

@@ -37,0 +43,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