New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-drawableview

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-drawableview - npm Package Compare versions

Comparing version
2.2.1
to
2.2.2
+1
-1
ios/Drawable.swift

@@ -530,3 +530,3 @@ //

private func validateViewBox() -> Bool {
return mRectVb.width >= 0 && mRectVb.height >= 0
return mRectVb.size.width >= 0 && mRectVb.size.height >= 0
}

@@ -533,0 +533,0 @@ private func fill()->Bool{

@@ -38,5 +38,7 @@ //

mutating func set(rect: CGRect) {
self.origin = rect.origin
self.size = rect.size
mutating func set(rect: CGRect) {
self.origin.x = rect.origin.x
self.origin.y = rect.origin.y
self.size.width = rect.size.width
self.size.height = rect.size.height
}

@@ -43,0 +45,0 @@ mutating func set(left: CGFloat,top:CGFloat,right:CGFloat,bottom:CGFloat) {

{
"name": "react-native-drawableview",
"title": "React Native Drawableview",
"version": "2.2.1",
"version": "2.2.2",
"description": "Draw svg paths with shadow, android web ios ",

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