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

@dlightjs/components

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlightjs/components - npm Package Compare versions

Comparing version 0.9.25 to 0.9.26

16

dist/index.d.ts

@@ -8,3 +8,3 @@ import { View, DLNode } from '@dlightjs/dlight';

}
declare const _default$7: Typed<Spacer>;
declare const _default$7: Typed<Spacer, {}>;

@@ -22,3 +22,3 @@ type HAlignment = "leading" | "tailing" | "center";

}
declare const _default$6: Typed<HStack>;
declare const _default$6: Typed<HStack, {}>;

@@ -33,3 +33,3 @@ declare class VStack extends View {

}
declare const _default$5: Typed<VStack>;
declare const _default$5: Typed<VStack, {}>;

@@ -43,3 +43,3 @@ declare class ZStack extends View {

}
declare const _default$4: Typed<ZStack>;
declare const _default$4: Typed<ZStack, {}>;

@@ -58,3 +58,3 @@ declare class Navigator {

}
declare const _default$3: Typed<Route>;
declare const _default$3: Typed<Route, {}>;

@@ -77,3 +77,3 @@ declare class RouterSpace extends View {

}
declare const _default$2: Typed<RouterSpace>;
declare const _default$2: Typed<RouterSpace, {}>;

@@ -86,3 +86,3 @@ declare class Transition extends View {

}
declare const _default$1: Typed<Transition>;
declare const _default$1: Typed<Transition, {}>;

@@ -129,3 +129,3 @@ type TransitionPropSub<T> = T | ((el: HTMLElement) => T);

}
declare const _default: Typed<TransitionGroup>;
declare const _default: Typed<TransitionGroup, {}>;

@@ -132,0 +132,0 @@ declare function lazy(importFunc: () => Promise<any>, fallback?: any): any;

{
"name": "@dlightjs/components",
"version": "0.9.25",
"version": "0.9.26",
"description": "DLight components library",

@@ -25,8 +25,8 @@ "author": {

"typescript": "^4.9.3",
"@dlightjs/types": "0.9.25",
"babel-preset-dlight": "0.9.25"
"babel-preset-dlight": "0.9.25",
"@dlightjs/types": "0.9.26"
},
"dependencies": {
"@dlightjs/dlight": "0.9.25",
"@dlightjs/emotion": "0.9.25"
"@dlightjs/dlight": "0.9.26",
"@dlightjs/emotion": "0.9.26"
},

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

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