🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sveltejs/pancake

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/pancake - npm Package Compare versions

Comparing version
0.0.13
to
0.0.14
+5
README.md
# pancake - responsive charts. javascript optional.
[Examples](https://pancake-charts.surge.sh/)
[Background](https://dev.to/richharris/a-new-technique-for-making-responsive-javascript-free-charts-gmp)
+4
-0
# @sveltejs/pancake changelog
## 0.0.14
* Workaround Svelte bug ([#20](https://github.com/Rich-Harris/pancake/pull/20))
## 0.0.13

@@ -4,0 +8,0 @@

+2
-2

@@ -26,4 +26,4 @@ <script>

$: style = orientation === HORIZONTAL
? (y, i) => `width: 100%; height: 0; top: ${$y(y, i)}%`
: (x, i) => `width: 0; height: 100%; left: ${$x(x, i)}%`;
? (n, i) => `width: 100%; height: 0; top: ${$y(n, i)}%`
: (n, i) => `width: 0; height: 100%; left: ${$x(n, i)}%`;
</script>

@@ -30,0 +30,0 @@

{
"name": "@sveltejs/pancake",
"version": "0.0.13",
"version": "0.0.14",
"description": "Experimental charting library for Svelte",

@@ -5,0 +5,0 @@ "module": "index.mjs",