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

@pandacss/shared

Package Overview
Dependencies
Maintainers
1
Versions
1132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/shared - npm Package Compare versions

Comparing version 0.0.0-dev-20240722130804 to 0.0.0-dev-20240726092655

6

dist/index.js

@@ -587,2 +587,7 @@ "use strict";

// src/flatten.ts
function filterDefault(path) {
if (path[0] === "DEFAULT")
return path;
return path.filter((item) => item !== "DEFAULT");
}
function flatten(values, stop) {

@@ -593,2 +598,3 @@ const result = {};

(token, paths) => {
paths = filterDefault(paths);
if (token) {

@@ -595,0 +601,0 @@ result[paths.join(".")] = token.value;

2

package.json
{
"name": "@pandacss/shared",
"version": "0.0.0-dev-20240722130804",
"version": "0.0.0-dev-20240726092655",
"description": "Shared utilities for css panda",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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