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

dumi-assets-types

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dumi-assets-types - npm Package Compare versions

Comparing version 1.0.0-beta.5 to 1.0.0

LICENSE

4

package.json
{
"name": "dumi-assets-types",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"description": "Type definition for UI assets that build from dumi",

@@ -20,3 +20,3 @@ "types": "typings/index.d.ts",

"license": "MIT",
"gitHead": "4eabf17d6bbf4999927665c6ae597ae53f67423c"
"gitHead": "aa46fc0f45e1860c3e0dbc61dadb8d343ff8fcc8"
}

@@ -6,7 +6,3 @@ /**

export interface AtomPropsDefinition {
/**
* export name
*/
[key: string]: {
export type AtomPropsDefinition = Record<string, {
/**

@@ -38,4 +34,3 @@ * component property name

required?: true;
}[];
}
}[]>;

@@ -42,0 +37,0 @@ export default interface AtomAsset {

@@ -53,4 +53,3 @@ export interface ExampleBaseAsset {

*/
dependencies: {
[key: string]: {
dependencies: Record<string, {
/**

@@ -68,4 +67,3 @@ * Dependency type

value: string;
};
};
}>;
}

@@ -72,0 +70,0 @@

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

import AtomAsset from './atom';
import ExampleAsset from './example';
import type AtomAsset from './atom';
import type ExampleAsset from './example';

@@ -4,0 +4,0 @@ export { default as AtomAsset } from './atom';

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