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

@pandacss/preset-base

Package Overview
Dependencies
Maintainers
1
Versions
711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/preset-base - npm Package Compare versions

Comparing version 0.0.0-dev-20230705165018 to 0.0.0-dev-20230705181159

2

dist/index.d.ts

@@ -367,3 +367,5 @@ import * as _pandacss_types_dist_pattern from '@pandacss/types/dist/pattern';

gridRow: any;
gridColumnStart: any;
gridColumnEnd: any;
gridRowStart: any;
gridRowEnd: any;

@@ -370,0 +372,0 @@ };

@@ -2177,3 +2177,5 @@ "use strict";

gridRow: rowSpan != null ? map(rowSpan, spanFn) : void 0,
gridColumnStart: colStart,
gridColumnEnd: colEnd,
gridRowStart: rowStart,
gridRowEnd: rowEnd,

@@ -2180,0 +2182,0 @@ ...rest

4

package.json
{
"name": "@pandacss/preset-base",
"version": "0.0.0-dev-20230705165018",
"version": "0.0.0-dev-20230705181159",
"description": "The base preset for Panda CSS that contains the conditions and utilities",

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

"dependencies": {
"@pandacss/types": "0.0.0-dev-20230705165018"
"@pandacss/types": "0.0.0-dev-20230705181159"
},

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

Sorry, the diff of this file is not supported yet

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