Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0 to 1.0.1

example_plask.js

2

csscolorparser.js

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

return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),
(iv & 0xf0) | ((iv & 0xf0) >> 4),
(iv & 0xf) | ((iv & 0xf) << 4),
(iv & 0xf0) | ((iv & 0xf0) >> 4),
1];

@@ -148,0 +148,0 @@ } else if (str.length === 7) {

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

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

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