Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kaze-style/core

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaze-style/core - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

2

dist/index.d.ts

@@ -10,4 +10,4 @@ export * from './mergeStyle';

export * from './styleOrder';
export type { KazeStyle, KazeGlobalStyle, SupportStyle, SupportGlobalStyle, } from './types/style';
export type { KazeStyle, KazeGlobalStyle, SupportStyle, SupportGlobalStyle, Classes, } from './types/style';
export type { ForBuildStyle } from './__preStyle';
export type { ForBuildGlobalStyle } from './__preGlobalStyle';

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

const u=["Top","Right","Bottom","Left"];function f(l,n,...y){const[s,o=s,a=s,i=o]=y,e=[s,o,a,i],r={};for(let t=0;t<e.length;t+=1)if(e[t]||e[t]===0){const p=l+u[t]+n;r[p]=e[t]}return r}export{f as generateStyles};
const f=["Top","Right","Bottom","Left"];function S(a,n,...y){const[e,o=e,i=e,p=o]=y,r=[e,o,i,p],l={};for(let t=0;t<r.length;t+=1){const s=r[t];if(s||s===0){const u=a+f[t]+n;l[u]=s}}return l}export{S as generateStyles};

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

export declare function isObject(val: unknown): val is Record<string, unknown>;
export declare function isObject(obj: unknown): obj is object;

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

function r(n){return n!=null&&typeof n=="object"&&Array.isArray(n)===!1}export{r as isObject};
function n(e){return e!==null&&typeof e=="object"&&Array.isArray(e)===!1}export{n as isObject};
{
"name": "@kaze-style/core",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Taishi Naritomi",

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