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

@css-panda/shared

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@css-panda/shared - npm Package Compare versions

Comparing version 0.0.0-dev-20221121091310 to 0.0.0-dev-20221121100135

dist/walk-styles-a10346e4.d.ts

10

dist/index.d.ts

@@ -1,3 +0,3 @@

import { W as WalkObjectStopFn } from './walk-styles-adc84457.js';
export { M as MappedObject, a as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, m as mapObject, t as toHash, w as walkObject, b as walkStyles } from './walk-styles-adc84457.js';
import { W as WalkObjectStopFn } from './walk-styles-a10346e4.js';
export { M as MappedObject, d as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, a as isImportant, m as mapObject, t as toHash, e as walkObject, g as walkStyles, w as withoutImportant, b as withoutSpace } from './walk-styles-a10346e4.js';

@@ -22,6 +22,2 @@ declare const isString: (v: any) => v is string;

declare function isImportant(value: string): boolean;
declare function withoutImportant(value: string): string;
declare function withoutSpace(str: string): string;
declare function getUnit(value?: string): string | undefined;

@@ -60,2 +56,2 @@ declare function toPx(value?: string | number): string | undefined;

export { CssVar, CssVarOptions, calc, capitalize, compact, cssVar, dashCase, esc, flatten, getDotPath, getNegativePath, getUnit, isFunction, isImportant, isObject, isString, mapToJson, memo, splitBy, splitDotPath, toEm, toPx, toRem, uncapitalize, unionType, withoutImportant, withoutSpace };
export { CssVar, CssVarOptions, calc, capitalize, compact, cssVar, dashCase, esc, flatten, getDotPath, getNegativePath, getUnit, isFunction, isObject, isString, mapToJson, memo, splitBy, splitDotPath, toEm, toPx, toRem, uncapitalize, unionType };

@@ -1,1 +0,1 @@

export { M as MappedObject, a as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, m as mapObject, t as toHash, w as walkObject, b as walkStyles } from './walk-styles-adc84457.js';
export { M as MappedObject, d as WalkObjectOptions, W as WalkObjectStopFn, c as createCss, f as filterBaseConditions, i as isBaseCondition, m as mapObject, t as toHash, e as walkObject, g as walkStyles, b as withoutSpace } from './walk-styles-a10346e4.js';

@@ -29,3 +29,4 @@ "use strict";

walkObject: () => walkObject,
walkStyles: () => walkStyles
walkStyles: () => walkStyles,
withoutSpace: () => withoutSpace
});

@@ -155,3 +156,4 @@ module.exports = __toCommonJS(shared_exports);

walkObject,
walkStyles
walkStyles,
withoutSpace
});
{
"name": "@css-panda/shared",
"version": "0.0.0-dev-20221121091310",
"version": "0.0.0-dev-20221121100135",
"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