Socket
Socket
Sign inDemoInstall

@material/animation

Package Overview
Dependencies
Maintainers
13
Versions
1668
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/animation - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

14

dist/mdc.animation.d.ts
// Generated by dts-bundle v0.7.3
declare module 'mdc-animation' {
declare module '@material/animation' {
/**

@@ -26,9 +26,9 @@ * @license

*/
import * as util from 'mdc-animation/util';
import * as util from '@material/animation/util';
export { util };
export * from 'mdc-animation/types';
export * from 'mdc-animation/util';
export * from '@material/animation/types';
export * from '@material/animation/util';
}
declare module 'mdc-animation/util' {
declare module '@material/animation/util' {
/**

@@ -56,3 +56,3 @@ * @license

*/
import { PrefixedCssPropertyName, PrefixedJsEventType, StandardCssPropertyName, StandardJsEventType } from 'mdc-animation/types';
import { PrefixedCssPropertyName, PrefixedJsEventType, StandardCssPropertyName, StandardJsEventType } from '@material/animation/types';
export function getCorrectPropertyName(windowObj: Window, cssProperty: StandardCssPropertyName): StandardCssPropertyName | PrefixedCssPropertyName;

@@ -62,3 +62,3 @@ export function getCorrectEventName(windowObj: Window, eventType: StandardJsEventType): StandardJsEventType | PrefixedJsEventType;

declare module 'mdc-animation/types' {
declare module '@material/animation/types' {
/**

@@ -65,0 +65,0 @@ * @license

{
"name": "@material/animation",
"description": "Animation Variables and Mixins used by Material Components for the web",
"version": "1.0.0-0",
"version": "1.0.0-1",
"license": "MIT",

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

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