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

@pandacss/preset-panda

Package Overview
Dependencies
Maintainers
1
Versions
710
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/preset-panda - npm Package Compare versions

Comparing version 0.0.0-dev-20230621094608 to 0.0.0-dev-20230621094901

11

dist/index.d.ts

@@ -42,7 +42,2 @@ import * as _pandacss_types_dist_shared from '@pandacss/types/dist/shared';

tokens: {
borders: {
none: {
value: string;
};
};
easings: {

@@ -692,5 +687,2 @@ default: {

spacing: {
0: {
value: string;
};
0.5: {

@@ -848,5 +840,2 @@ value: string;

};
0: {
value: string;
};
0.5: {

@@ -853,0 +842,0 @@ value: string;

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

// src/borders.ts
var borders = {
none: { value: "none" }
};
// src/shadows.ts

@@ -292,3 +287,2 @@ var shadows = {

var spacing = {
0: { value: "0rem" },
0.5: { value: "0.125rem" },

@@ -517,3 +511,2 @@ 1: { value: "0.25rem" },

var tokens = defineTokens({
borders,
easings: {

@@ -520,0 +513,0 @@ default: { value: "cubic-bezier(0.4, 0, 0.2, 1)" },

4

package.json
{
"name": "@pandacss/preset-panda",
"version": "0.0.0-dev-20230621094608",
"version": "0.0.0-dev-20230621094901",
"description": "The preset for PandaCSS that contains the default theme",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

"dependencies": {
"@pandacss/types": "0.0.0-dev-20230621094608"
"@pandacss/types": "0.0.0-dev-20230621094901"
},

@@ -20,0 +20,0 @@ "scripts": {

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