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

@pandacss/node

Package Overview
Dependencies
Maintainers
1
Versions
1160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/node - npm Package Compare versions

Comparing version 0.0.0-dev-20221121154336 to 0.0.0-dev-20221121154622

6

dist/index.d.ts

@@ -18,3 +18,3 @@ import * as _pandacss_core from '@pandacss/core';

declare type IO = {
type IO = {
read(id: string): Promise<string>;

@@ -24,3 +24,3 @@ write(id: string, content: string): Promise<void>;

};
declare type Output = {
type Output = {
dir?: string;

@@ -143,3 +143,3 @@ files: Array<{

};
declare type PandaContext = ReturnType<typeof createContext>;
type PandaContext = ReturnType<typeof createContext>;

@@ -146,0 +146,0 @@ declare function emitArtifacts(ctx: PandaContext): Promise<string>;

{
"name": "@pandacss/node",
"version": "0.0.0-dev-20221121154336",
"version": "0.0.0-dev-20221121154622",
"description": "The core css panda library",

@@ -33,11 +33,11 @@ "main": "dist/index.js",

"ts-morph": "17.0.0",
"@pandacss/types": "0.0.0-dev-20221121154336",
"@pandacss/is-valid-prop": "0.0.0-dev-20221121154336",
"@pandacss/error": "0.0.0-dev-20221121154336",
"@pandacss/parser": "0.0.0-dev-20221121154336",
"@pandacss/shared": "0.0.0-dev-20221121154336",
"@pandacss/token-dictionary": "0.0.0-dev-20221121154336",
"@pandacss/logger": "0.0.0-dev-20221121154336",
"@pandacss/core": "0.0.0-dev-20221121154336",
"@pandacss/config": "0.0.0-dev-20221121154336"
"@pandacss/types": "0.0.0-dev-20221121154622",
"@pandacss/is-valid-prop": "0.0.0-dev-20221121154622",
"@pandacss/error": "0.0.0-dev-20221121154622",
"@pandacss/parser": "0.0.0-dev-20221121154622",
"@pandacss/shared": "0.0.0-dev-20221121154622",
"@pandacss/token-dictionary": "0.0.0-dev-20221121154622",
"@pandacss/logger": "0.0.0-dev-20221121154622",
"@pandacss/core": "0.0.0-dev-20221121154622",
"@pandacss/config": "0.0.0-dev-20221121154622"
},

@@ -51,3 +51,3 @@ "devDependencies": {

"@types/lodash.merge": "4.6.7",
"@pandacss/fixture": "0.0.0-dev-20221121154336"
"@pandacss/fixture": "0.0.0-dev-20221121154622"
},

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

Sorry, the diff of this file is too big to display

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