New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sergeymell/nativescript-color-wheel

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sergeymell/nativescript-color-wheel - npm Package Compare versions

Comparing version

to
1.0.14

2

index.ios.js

@@ -113,3 +113,3 @@ import * as common from './common';

let context = CGBitmapContextCreate(bitmapData, width, height, 8, width * 4, colorSpace, 2 /* kCGImageAlphaPremultipliedFirst */);
const rect = CGRectMake(50, 50, width, height);
const rect = CGRectMake(0, 0, width, height);
const cgImage = CIContext.new().createCGImageFromRect(this.nativeView.image.CIImage, rect);

@@ -116,0 +116,0 @@ CGContextDrawImage(context, rect, cgImage);

{
"name": "@sergeymell/nativescript-color-wheel",
"version": "1.0.13",
"version": "1.0.14",
"description": "Simple and flexible color picker for NativeScript Core and Angular applications",

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

Sorry, the diff of this file is not supported yet