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

content-tag

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-tag - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

16

index.d.ts

@@ -29,3 +29,11 @@ /*

interface PreprocessorOptions {
/** Default is `false` */
inline_source_map?: boolean;
filename?: string;
}
/**

@@ -40,12 +48,12 @@ */

* @param {string} src
* @param {string | undefined} filename
* @param {PreprocessorOptions | undefined} options
* @returns {string}
*/
process(src: string, filename?: string): string;
process(src: string, options?: PreprocessorOptions): string;
/**
* @param {string} src
* @param {string | undefined} filename
* @param {PreprocessorOptions | undefined} options
* @returns {any}
*/
parse(src: string, filename?: string): Parsed[];
parse(src: string, options?: PreprocessorOptions): Parsed[];
}
{
"name": "content-tag",
"version": "2.0.0",
"version": "2.0.1",
"description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal",

@@ -5,0 +5,0 @@ "repository": {

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