New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@angularui/theme

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angularui/theme - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+4
-3
package.json
{
"name": "@angularui/theme",
"version": "0.1.2",
"description": "Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR support, and zero configuration required.",
"version": "0.1.3",
"description": "⚠️ DEPRECATED: This package has been rebranded to @slateui/theme. Please migrate to the new package. Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR support, and zero configuration required.",
"keywords": [

@@ -29,3 +29,4 @@ "angular",

"theme-toggle",
"responsive-design"
"responsive-design",
"deprecated"
],

@@ -32,0 +33,0 @@ "author": {

@@ -7,2 +7,22 @@ # @angularui/theme

> **⚠️ DEPRECATED: This package has been rebranded to [@slateui/theme](https://github.com/angularcafe/slateui-theme)**
>
> **@angularui/theme is deprecated and will no longer receive updates. Please migrate to the new package:**
>
> ```bash
> npm uninstall @angularui/theme
> npm install @slateui/theme
> ```
>
>
> **Quick Migration:**
> - Replace all imports from `@angularui/theme` to `@slateui/theme`
> - Update provider from `provideUiTheme()` to `provideSlateUiTheme()`
> - Update your `app.config.ts` and component imports
>
> **New Repository:** [https://github.com/angularcafe/slateui-theme](https://github.com/your-username/slateui-theme)
>
> **Documentation:** [https://github.com/angularcafe/slateui-theme#readme](https://github.com/your-username/slateui-theme#readme)
Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR-safe, and zero configuration required.

@@ -9,0 +29,0 @@