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

@js-draw/math

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-draw/math - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

dist/cjs/Color4.js

@@ -88,2 +88,5 @@ "use strict";

}
if (text === '') {
return Color4.black;
}
// rgba?: Match both rgb and rgba strings.

@@ -90,0 +93,0 @@ // ([,0-9.]+): Match any string of only numeric, '.' and ',' characters.

4

package.json
{
"name": "@js-draw/math",
"version": "1.2.0",
"version": "1.2.1",
"description": "A math library for js-draw. ",

@@ -48,3 +48,3 @@ "types": "./dist/mjs/lib.d.ts",

],
"gitHead": "3e77c7d833ecdc13bcb57e905280ba547629680a"
"gitHead": "0cb756d3150c8b33dd9a3217faa7d18229688f34"
}

@@ -96,2 +96,6 @@ import Vec3 from './Vec3';

if (text === '') {
return Color4.black;
}
// rgba?: Match both rgb and rgba strings.

@@ -98,0 +102,0 @@ // ([,0-9.]+): Match any string of only numeric, '.' and ',' characters.

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