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 1.2.1 to 1.2.2

2

index.d.ts

@@ -48,3 +48,3 @@ /*

*/
parse(src: string, filename?: string): Parsed;
parse(src: string, filename?: string): Parsed[];
}
{
"name": "content-tag",
"version": "1.2.1",
"version": "1.2.2",
"description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal",

@@ -13,11 +13,9 @@ "repository": {

".": {
"browser": {
"import": "./pkg/standalone.js"
},
"import": {
"types": "./index.d.ts",
"browser": "./pkg/standalone.js",
"default": "./pkg/node/content_tag.cjs"
},
"require": {
"types": "./index.d.cts",
"types": "./index.d.ts",
"default": "./pkg/node/content_tag.cjs"

@@ -40,3 +38,3 @@ }

"lint:package": "publint",
"lint:published-types": "attw --pack --ignore-rules cjs-resolves-to-esm --ignore-rules false-esm",
"lint:published-types": "attw --pack --ignore-rules false-esm",
"start": "vite",

@@ -43,0 +41,0 @@ "test": "npm run ci:node"

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