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

sveld

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveld - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

4

CHANGELOG.md

@@ -13,2 +13,6 @@ # Changelog

## [0.13.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.13.1) - 2022-01-22
- return original entry point instead of resolved path in `getSvelteEntry`
## [0.13.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.13.0) - 2022-01-22

@@ -15,0 +19,0 @@

2

lib/get-svelte-entry.js

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

if (fs.existsSync(entry_path)) {
return entry_path;
return entryPoint;
}

@@ -17,0 +17,0 @@ else {

{
"name": "sveld",
"version": "0.13.0",
"version": "0.13.1",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "description": "Generate TypeScript definitions for your Svelte components.",

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