Socket
Socket
Sign inDemoInstall

@preply/ds-visual-coverage-component-names

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@preply/ds-visual-coverage-component-names - npm Package Compare versions

Comparing version 0.97.1 to 0.97.2

18

dist/types.d.ts
import { appComponentNames, dsCandidateComponentNames, rebrandComponentNames, webComponentNames } from './componentNames';
declare type WebComponentNamesRecord = typeof webComponentNames;
export declare type WebComponentNames = WebComponentNamesRecord[keyof WebComponentNamesRecord];
declare type AppComponentNamesRecord = typeof appComponentNames;
export declare type AppComponentNames = AppComponentNamesRecord[keyof AppComponentNamesRecord];
declare type RebrandComponentNamesRecord = typeof rebrandComponentNames;
export declare type RebrandComponentNames = RebrandComponentNamesRecord[keyof RebrandComponentNamesRecord];
declare type DsCandidateComponentNamesRecord = typeof dsCandidateComponentNames;
export declare type DsCandidateComponentNames = DsCandidateComponentNamesRecord[keyof DsCandidateComponentNamesRecord];
export declare type ComponentNames = WebComponentNames | AppComponentNames | RebrandComponentNames | DsCandidateComponentNames;
type WebComponentNamesRecord = typeof webComponentNames;
export type WebComponentNames = WebComponentNamesRecord[keyof WebComponentNamesRecord];
type AppComponentNamesRecord = typeof appComponentNames;
export type AppComponentNames = AppComponentNamesRecord[keyof AppComponentNamesRecord];
type RebrandComponentNamesRecord = typeof rebrandComponentNames;
export type RebrandComponentNames = RebrandComponentNamesRecord[keyof RebrandComponentNamesRecord];
type DsCandidateComponentNamesRecord = typeof dsCandidateComponentNames;
export type DsCandidateComponentNames = DsCandidateComponentNamesRecord[keyof DsCandidateComponentNamesRecord];
export type ComponentNames = WebComponentNames | AppComponentNames | RebrandComponentNames | DsCandidateComponentNames;
export {};
//# sourceMappingURL=types.d.ts.map
{
"name": "@preply/ds-visual-coverage-component-names",
"version": "0.97.1",
"version": "0.97.2",
"publishConfig": {

@@ -20,3 +20,3 @@ "access": "public"

},
"gitHead": "4f0b9b1b6e755137bf53d7f19f5b2833f6609053"
"gitHead": "baae2278c4ff001f6e4381207576816c74cc7146"
}

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