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-20221121152823 to 0.0.0-dev-20221121153631

12

dist/index.d.ts

@@ -8,4 +8,4 @@ import * as _pandacss_core from '@pandacss/core';

import { RecipeConfig, Config } from '@pandacss/types';
import * as _pandacss_ast from '@pandacss/ast';
import { Collector } from '@pandacss/ast';
import * as _pandacss_parser from '@pandacss/parser';
import { Collector } from '@pandacss/parser';
import * as _pandacss_config from '@pandacss/config';

@@ -185,3 +185,3 @@ import { LoadConfigResult } from '@pandacss/config';

removeSourceFile(file: string): boolean | undefined;
parseSourceFile: (sourceFile: ts_morph.SourceFile | undefined) => _pandacss_ast.Collector | undefined;
parseSourceFile: (sourceFile: ts_morph.SourceFile | undefined) => _pandacss_parser.Collector | undefined;
getPath: (str: string) => string;

@@ -208,3 +208,3 @@ paths: {

utility: _pandacss_core.Utility;
collectStyles: (collector: _pandacss_ast.Collector, file: string) => {
collectStyles: (collector: _pandacss_parser.Collector, file: string) => {
css: string;

@@ -308,3 +308,3 @@ file: string;

removeSourceFile(file: string): boolean | undefined;
parseSourceFile: (sourceFile: ts_morph.SourceFile | undefined) => _pandacss_ast.Collector | undefined;
parseSourceFile: (sourceFile: ts_morph.SourceFile | undefined) => _pandacss_parser.Collector | undefined;
getPath: (str: string) => string;

@@ -331,3 +331,3 @@ paths: {

utility: _pandacss_core.Utility;
collectStyles: (collector: _pandacss_ast.Collector, file: string) => {
collectStyles: (collector: _pandacss_parser.Collector, file: string) => {
css: string;

@@ -334,0 +334,0 @@ file: string;

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

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

"ts-morph": "16.0.0",
"@pandacss/types": "0.0.0-dev-20221121152823",
"@pandacss/is-valid-prop": "0.0.0-dev-20221121152823",
"@pandacss/error": "0.0.0-dev-20221121152823",
"@pandacss/ast": "0.0.0-dev-20221121152823",
"@pandacss/shared": "0.0.0-dev-20221121152823",
"@pandacss/token-dictionary": "0.0.0-dev-20221121152823",
"@pandacss/logger": "0.0.0-dev-20221121152823",
"@pandacss/core": "0.0.0-dev-20221121152823",
"@pandacss/config": "0.0.0-dev-20221121152823"
"@pandacss/types": "0.0.0-dev-20221121153631",
"@pandacss/is-valid-prop": "0.0.0-dev-20221121153631",
"@pandacss/error": "0.0.0-dev-20221121153631",
"@pandacss/parser": "0.0.0-dev-20221121153631",
"@pandacss/shared": "0.0.0-dev-20221121153631",
"@pandacss/token-dictionary": "0.0.0-dev-20221121153631",
"@pandacss/logger": "0.0.0-dev-20221121153631",
"@pandacss/core": "0.0.0-dev-20221121153631",
"@pandacss/config": "0.0.0-dev-20221121153631"
},

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

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

@@ -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