Socket
Socket
Sign inDemoInstall

edge-parser

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-parser - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

7

build/src/EdgeBuffer/index.d.ts

@@ -36,2 +36,9 @@ /**

/**
* Creates a new buffer instance by merging the options from the existing one
*/
create(filename: string, options: {
outputVar?: string;
rethrowCallPath?: string | [string, string];
}): EdgeBuffer;
/**
* Returns the size of buffer text

@@ -38,0 +45,0 @@ */

@@ -54,2 +54,8 @@ "use strict";

/**
* Creates a new buffer instance by merging the options from the existing one
*/
create(filename, options) {
return new EdgeBuffer(filename, Object.assign({}, this.options, options));
}
/**
* Returns the size of buffer text

@@ -56,0 +62,0 @@ */

2

package.json
{
"name": "edge-parser",
"version": "7.0.0",
"version": "7.0.1",
"description": "Parser for edge template engine",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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