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

stacked-sparklines

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacked-sparklines - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

build/stacked-sparklines.js

6

build.js

@@ -20,4 +20,6 @@ import * as esbuild from "esbuild";

format: "esm",
entryPoints: [{ out: config.slug, in: "src/index.js" }],
entryNames: `stacked-sparklines.${version}`,
entryPoints: [
{ out: `${config.slug}.${version}`, in: "src/index.js" },
{ out: config.slug, in: "src/index.js" }
],
loader: { ".css": "text" }

@@ -24,0 +26,0 @@ };

{
"name": "stacked-sparklines",
"version": "0.0.4",
"version": "0.0.5",
"description": "SVG stacked sparklines web component",

@@ -5,0 +5,0 @@ "main": "./build/stacked-sparklines.js",

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