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

@daisypayments/petals

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daisypayments/petals - npm Package Compare versions

Comparing version 0.1.40 to 0.1.41

2

build-es/theme.js

@@ -22,4 +22,6 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { keys.push.apply(keys, Object.getOwnPropertySymbols(object)); } if (enumerableOnly) keys = keys.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); return keys; }

lightest: color["lightest"] || lighten(0.35, baseColor),
lighter: color["lighter"] || lighten(0.3, baseColor),
light: color["light"] || lighten(0.25, baseColor),
dark: color["dark"] || darken(0.25, baseColor),
darker: color["darker"] || darken(0.3, baseColor),
darkest: color["darkest"] || darken(0.35, baseColor)

@@ -26,0 +28,0 @@ });

@@ -37,4 +37,6 @@ "use strict";

lightest: color["lightest"] || (0, _polished.lighten)(0.35, baseColor),
lighter: color["lighter"] || (0, _polished.lighten)(0.3, baseColor),
light: color["light"] || (0, _polished.lighten)(0.25, baseColor),
dark: color["dark"] || (0, _polished.darken)(0.25, baseColor),
darker: color["darker"] || (0, _polished.darken)(0.3, baseColor),
darkest: color["darkest"] || (0, _polished.darken)(0.35, baseColor)

@@ -41,0 +43,0 @@ });

2

package.json
{
"name": "@daisypayments/petals",
"version": "0.1.40",
"version": "0.1.41",
"description": "Reusable front end components to be used across Daisy Payments",

@@ -5,0 +5,0 @@ "main": "build/index.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