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.6 to 3.0.7

10

foundation-component.d.ts

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

remove(propName: any): void;
all(mergeProps?: Object): {};
all(mergeProps?: Object): {
constructor: Function;
toString(): string;
toLocaleString(): string;
valueOf(): Object;
hasOwnProperty(v: string | number | symbol): boolean;
isPrototypeOf(v: Object): boolean;
propertyIsEnumerable(v: string | number | symbol): boolean;
};
get(attr: string): any;

@@ -17,0 +25,0 @@ addEventListener(evtName: any, callback: any): void;

2

foundation-component.js

@@ -89,3 +89,3 @@ 'use strict';

return Object.assign({}, this.props, merged);
return Object.assign({}, mergeProps, this.props, merged);
}

@@ -92,0 +92,0 @@

{
"name": "@rmwc/base",
"version": "3.0.6",
"version": "3.0.7",
"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