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

@parcel/transformer-posthtml

Package Overview
Dependencies
Maintainers
1
Versions
899
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/transformer-posthtml - npm Package Compare versions

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

3

lib/PostHTMLTransformer.js

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

var _loadPlugins = _interopRequireDefault(require("./loadPlugins"));
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)({

@@ -152,3 +152,2 @@ async loadConfig({

});
return [asset];

@@ -155,0 +154,0 @@ },

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

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

"node": ">= 16.0.0",
"parcel": "^2.0.0-canary.1728+684b164a3"
"parcel": "^2.0.0-canary.1729+6f68c78b1"
},
"dependencies": {
"@parcel/plugin": "2.0.0-canary.1730+684b164a3",
"@parcel/utils": "2.0.0-canary.1730+684b164a3",
"@parcel/plugin": "2.0.0-canary.1731+6f68c78b1",
"@parcel/utils": "2.0.0-canary.1731+6f68c78b1",
"nullthrows": "^1.1.1",
"posthtml": "^0.16.5",
"posthtml-parser": "^0.10.1",
"posthtml-parser": "^0.12.1",
"posthtml-render": "^3.0.0",
"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