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

@parcel/transformer-html

Package Overview
Dependencies
Maintainers
1
Versions
903
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/transformer-html - npm Package Compare versions

Comparing version 2.0.0-canary.1730 to 2.0.0-canary.1731

2

lib/dependencies.js

@@ -21,3 +21,3 @@ "use strict";

}
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
// A list of all attributes that may produce a dependency

@@ -24,0 +24,0 @@ // Based on https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes

@@ -58,3 +58,3 @@ "use strict";

}
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
var _default = exports.default = new (_plugin().Transformer)({

@@ -61,0 +61,0 @@ canReuseAST({

@@ -21,3 +21,3 @@ "use strict";

}
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const SCRIPT_TYPES = {

@@ -24,0 +24,0 @@ 'application/javascript': 'js',

{
"name": "@parcel/transformer-html",
"version": "2.0.0-canary.1730+684b164a3",
"version": "2.0.0-canary.1731+6f68c78b1",
"license": "MIT",

@@ -20,11 +20,11 @@ "publishConfig": {

"node": ">= 16.0.0",
"parcel": "^2.0.0-canary.1728+684b164a3"
"parcel": "^2.0.0-canary.1729+6f68c78b1"
},
"dependencies": {
"@parcel/diagnostic": "2.0.0-canary.1730+684b164a3",
"@parcel/plugin": "2.0.0-canary.1730+684b164a3",
"@parcel/rust": "2.12.1-canary.3353+684b164a3",
"@parcel/diagnostic": "2.0.0-canary.1731+6f68c78b1",
"@parcel/plugin": "2.0.0-canary.1731+6f68c78b1",
"@parcel/rust": "2.12.1-canary.3354+6f68c78b1",
"nullthrows": "^1.1.1",
"posthtml": "^0.16.5",
"posthtml-parser": "^0.10.1",
"posthtml-parser": "^0.12.1",
"posthtml-render": "^3.0.0",

@@ -34,3 +34,3 @@ "semver": "^7.5.2",

},
"gitHead": "684b164a37f16d39c883fabbf812f83276ccb9cb"
"gitHead": "6f68c78b1fa2b9653e298fd893e43e875ff6bdb8"
}
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