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

@astrojs/parser

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/parser - npm Package Compare versions

Comparing version 0.15.0 to 0.15.4

dist/parse/utils/features.d.ts

6

CHANGELOG.md
# @astrojs/parser
## 0.15.4
### Patch Changes
- 6a660f1: Adds low-level custom element support that renderers can use to enable server side rendering. This will be used in renderers such as a Lit renderer.
## 0.15.0

@@ -4,0 +10,0 @@

1

dist/index.d.ts
export * from './interfaces';
export * from './parse/utils/features';
export { default as parse } from './parse/index.js';

@@ -89,2 +89,5 @@ import type { SourceMap } from 'magic-string';

module: Script;
meta: {
features: number;
};
}

@@ -91,0 +94,0 @@ export interface Warning {

@@ -18,2 +18,3 @@ import { TemplateNode, Ast, ParserOptions, Fragment, Style, Script } from '../interfaces.js';

last_auto_closed_tag?: LastAutoClosedTag;
feature_flags: 0;
constructor(template: string, options: ParserOptions);

@@ -20,0 +21,0 @@ current(): TemplateNode;

2

package.json
{
"name": "@astrojs/parser",
"version": "0.15.0",
"version": "0.15.4",
"author": "Skypack",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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