🎩 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.11
to
0.0.12
+4
-0
CHANGELOG.md
# @sveltejs/pancake changelog
## 0.0.12
* Work around Safari bug ([#9](https://github.com/Rich-Harris/pancake/issues/9))
## 0.0.11

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

+1
-1

@@ -13,3 +13,3 @@ <script>

d = `M${_x} ${_y} A0 0 0 0 1 ${_x} ${_y}`;
d = `M${_x} ${_y} A0 0 0 0 1 ${_x + 0.0001} ${_y + 0.0001}`;
}

@@ -16,0 +16,0 @@ </script>

@@ -15,3 +15,3 @@ <script>

return `M${_x} ${_y} A0 0 0 0 1 ${_x} ${_y}`;
return `M${_x} ${_y} A0 0 0 0 1 ${_x + 0.0001} ${_y + 0.0001}`;
}).join(' ');

@@ -18,0 +18,0 @@ </script>

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

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