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

@rmwc/base

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/base - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

utils/debounce.d.ts

2

foundation-component.d.ts

@@ -20,3 +20,3 @@ import * as React from 'react';

declare type FoundationPropsT<P> = P & React.HTMLAttributes<any> & React.HTMLProps<any>;
export declare class FoundationComponent<P> extends React.Component<FoundationPropsT<P>> {
export declare class FoundationComponent<P, S = {}> extends React.Component<FoundationPropsT<P>, S> {
foundation_: any;

@@ -23,0 +23,0 @@ classList: {

{
"name": "@rmwc/base",
"version": "3.0.5",
"version": "3.0.6",
"description": "RMWC base module",

@@ -5,0 +5,0 @@ "main": "index.js",

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