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

@material/switch

Package Overview
Dependencies
Maintainers
13
Versions
1687
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/switch - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

18

dist/mdc.switch.d.ts

@@ -7,3 +7,3 @@ // Generated by dts-bundle v0.7.3

declare module 'mdc-switch' {
declare module '@material/switch' {
/**

@@ -31,8 +31,8 @@ * @license

*/
export * from 'mdc-switch/adapter';
export * from 'mdc-switch/component';
export * from 'mdc-switch/foundation';
export * from '@material/switch/adapter';
export * from '@material/switch/component';
export * from '@material/switch/foundation';
}
declare module 'mdc-switch/adapter' {
declare module '@material/switch/adapter' {
/**

@@ -65,3 +65,3 @@ * Defines the shape of the adapter expected by the foundation.

declare module 'mdc-switch/component' {
declare module '@material/switch/component' {
/**

@@ -91,3 +91,3 @@ * @license

import { MDCRipple, MDCRippleCapableSurface } from '@material/ripple/index';
import { MDCSwitchFoundation } from 'mdc-switch/foundation';
import { MDCSwitchFoundation } from '@material/switch/foundation';
/**

@@ -110,3 +110,3 @@ * An implementation of the switch component defined by the Material Design spec.

declare module 'mdc-switch/foundation' {
declare module '@material/switch/foundation' {
/**

@@ -135,3 +135,3 @@ * @license

import { MDCFoundation } from '@material/base/foundation';
import { MDCSwitchAdapter } from 'mdc-switch/adapter';
import { MDCSwitchAdapter } from '@material/switch/adapter';
/**

@@ -138,0 +138,0 @@ * Foundation for the MDC Switch. Encapsulates business logic for the switch.

{
"name": "@material/switch",
"description": "The Material Components for the web switch component",
"version": "1.0.0-0",
"version": "1.0.0-1",
"license": "MIT",

@@ -20,10 +20,10 @@ "keywords": [

"dependencies": {
"@material/animation": "^1.0.0-0",
"@material/base": "^1.0.0-0",
"@material/dom": "^1.0.0-0",
"@material/elevation": "^1.0.0-0",
"@material/animation": "^1.0.0-1",
"@material/base": "^1.0.0-1",
"@material/dom": "^1.0.0-1",
"@material/elevation": "^1.0.0-1",
"@material/feature-targeting": "^0.44.1",
"@material/ripple": "^1.0.0-0",
"@material/ripple": "^1.0.0-1",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.0.0-0",
"@material/theme": "^1.0.0-1",
"tslib": "^1.9.3"

@@ -30,0 +30,0 @@ },

Sorry, the diff of this file is not supported yet

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