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

@loadsmart/miranda-toolset

Package Overview
Dependencies
Maintainers
19
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/miranda-toolset - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

10

dist/selection/selection-strategy.d.ts

@@ -1,6 +0,6 @@

export declare type AcceptedType = string;
export type AcceptedType = string;
export declare const SELECTION_TYPES: readonly ["single", "single-strict", "multiple"];
export declare type SelectionType = typeof SELECTION_TYPES[number];
export declare type SelectionState = Set<AcceptedType>;
export declare type SelectionStrategy = {
export type SelectionType = (typeof SELECTION_TYPES)[number];
export type SelectionState = Set<AcceptedType>;
export type SelectionStrategy = {
type: SelectionType;

@@ -62,3 +62,3 @@ /**

};
export declare type SelectionStrategyCreationProps = {
export type SelectionStrategyCreationProps = {
type?: SelectionType;

@@ -65,0 +65,0 @@ };

{
"name": "@loadsmart/miranda-toolset",
"version": "1.1.2",
"version": "1.1.4",
"description": "Utils for the Miranda Design System",

@@ -14,3 +14,3 @@ "main": "dist",

"test": "jest",
"typecheck": "tsc"
"typecheck": "tsc --noEmit"
},

@@ -17,0 +17,0 @@ "keywords": [

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