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 2.0.2 to 2.1.2

foundation-component.d.ts

1

index.d.ts

@@ -9,2 +9,3 @@ /// <reference types="react" />

export { withFoundation, syncFoundationProp } from './withFoundation';
export { FoundationComponent } from './foundation-component';
export declare type CustomEventT<T> = CustomEvent<T> & React.SyntheticEvent<EventTarget>;

@@ -57,1 +57,10 @@ 'use strict';

});
var _foundationComponent = require('./foundation-component');
Object.defineProperty(exports, 'FoundationComponent', {
enumerable: true,
get: function get() {
return _foundationComponent.FoundationComponent;
}
});

2

package.json
{
"name": "@rmwc/base",
"version": "2.0.2",
"version": "2.1.2",
"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