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

@stencil-community/web-types-output-target

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil-community/web-types-output-target - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

5

dist/index.js

@@ -28,3 +28,6 @@ "use strict";

}
if (!(0, path_1.isAbsolute)(outputTargetConfig.outFile)) {
if ((0, path_1.isAbsolute)(outputTargetConfig.outFile)) {
console.warn(`webTypesOutputTarget - 'outFile' config value appears to be absolute: '${outputTargetConfig.outFile}'. Using relative files is discouraged. See https://github.com/stencil-community/stencil-web-types?tab=readme-ov-file#outfile for information on configuring this field.`);
}
else {
outputTargetConfig.outFile = (0, path_1.join)(config.rootDir, outputTargetConfig.outFile);

@@ -31,0 +34,0 @@ }

8

package.json
{
"name": "@stencil-community/web-types-output-target",
"version": "0.3.1",
"version": "0.4.0",
"description": "an experimental stencil output target supporting web-types",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"@vitest/coverage-v8": "^1.5.0",
"prettier": "3.2.5",
"prettier": "3.3.2",
"release-it": "^17.2.0",

@@ -40,5 +40,5 @@ "typescript": "^5.4.3",

"volta": {
"node": "20.13.1",
"npm": "10.8.0"
"node": "20.15.0",
"npm": "10.8.1"
}
}
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