Socket
Socket
Sign inDemoInstall

@appworks/material-utils

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appworks/material-utils - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2-beta.1

4

CHANGELOG.md
# CHANGELOG
## 0.1.2
- feat: add ts type(componentType)
## 0.1.1

@@ -4,0 +8,0 @@

19

lib/types.d.ts

@@ -34,2 +34,3 @@ /**

source: IMaterialNpmSource;
componentType?: string;
}

@@ -52,17 +53,19 @@ export interface IMaterialScaffold {

languageType?: 'js' | 'ts';
componentType?: string;
}
export interface IMaterialComponent {
categories: string[];
dependencies: INpmDependencies;
description: string;
homepage: string;
name: string;
publishTime: string;
repository: string;
screenshot: string;
screenshots: string[];
source: IMaterialNpmSource;
title: string;
updateTime: string;
screenshots?: string[];
screenshot?: string;
publishTime?: string;
updateTime?: string;
description?: string;
dependencies?: INpmDependencies;
importStatement?: string;
componentType?: string;
}

@@ -84,2 +87,3 @@ export interface IMaterialBlock {

isNewly: boolean;
componentType?: string;
}

@@ -101,4 +105,5 @@ export interface IMaterialPage {

isNewly: boolean;
pageName: any;
componentType?: string;
templateData?: any;
pageName: any;
}

@@ -105,0 +110,0 @@ export interface IMaterialData {

{
"name": "@appworks/material-utils",
"version": "0.1.1",
"version": "0.1.2-beta.1",
"description": "General tool library for materials.",

@@ -21,2 +21,2 @@ "files": [

"gitHead": "fc5b35f95ab4cc24898845916acf598c2f34d576"
}
}
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