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

svg-test-material

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg-test-material - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

.parcel-cache/fbccdf9e4afdd61a.txt

@@ -1,2 +0,2 @@

423777911
1691854704531579000
423793773
1691855046886983000

@@ -24,7 +24,7 @@ export const SvgIcon: import("vue").DefineComponent<{

type: StringConstructor;
default: string;
default: any;
};
rotate: {
type: NumberConstructor;
default: number;
default: any;
};

@@ -56,7 +56,7 @@ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {

type: StringConstructor;
default: string;
default: any;
};
rotate: {
type: NumberConstructor;
default: number;
default: any;
};

@@ -63,0 +63,0 @@ }>>, {

{
"name": "svg-test-material",
"version": "0.0.12",
"version": "0.0.13",
"description": "A library for material icons svg modules",

@@ -5,0 +5,0 @@ "private": false,

@@ -30,7 +30,7 @@ import { h, defineComponent } from "vue";

type: String,
default: "",
default: undefined,
},
rotate: {
type: Number,
default: 0,
default: undefined,
},

@@ -48,3 +48,5 @@ },

fill: props.color,
transform: `rotate(${props.rotate} deg) ${props.flip}`,
style: {
transform: `rotate(${props.rotate}deg) ${props.flip}`,
},
},

@@ -51,0 +53,0 @@ h("path", { d: svg[props.icon] })

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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