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

omgcanvas

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omgcanvas - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

csscolorparser.js

@@ -149,3 +149,3 @@ // (c) Dean McNamee <dean@gmail.com>, 2012.

var iv = parseInt(str.substr(1), 16); // TODO(deanm): Stricter parsing.
if (!(iv >= 0 && iv < 0xffffff)) return null; // Covers NaN.
if (!(iv >= 0 && iv <= 0xffffff)) return null; // Covers NaN.
return [(iv & 0xff0000) >> 16,

@@ -152,0 +152,0 @@ (iv & 0xff00) >> 8,

{
"name": "omgcanvas",
"version": "1.0.1",
"version": "1.0.2",
"author": "Dean McNamee <dean@gmail.com>",

@@ -5,0 +5,0 @@ "keywords": ["plask", "canvas", "<canvas>", "html5"],

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