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

@antv/g-math

Package Overview
Dependencies
Maintainers
55
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-math - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

es/arc.d.ts

16

lib/index.js

@@ -8,6 +8,6 @@ "use strict";

});
Object.defineProperty(exports, "Quad", {
Object.defineProperty(exports, "Arc", {
enumerable: true,
get: function get() {
return _quadratic.default;
return _arc.default;
}

@@ -21,8 +21,2 @@ });

});
Object.defineProperty(exports, "Arc", {
enumerable: true,
get: function get() {
return _arc.default;
}
});
Object.defineProperty(exports, "Line", {

@@ -46,2 +40,8 @@ enumerable: true,

});
Object.defineProperty(exports, "Quad", {
enumerable: true,
get: function get() {
return _quadratic.default;
}
});
exports.Util = void 0;

@@ -48,0 +48,0 @@

{
"name": "@antv/g-math",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Geometry util",

@@ -8,5 +8,8 @@ "main": "lib/index.js",

"types": "es/index.d.ts",
"unpkg": "dist/index.umd.js",
"files": [
"package.json",
"dist",
"es",
"lib",
"LICENSE",

@@ -42,3 +45,3 @@ "README.md"

"homepage": "https://github.com/antvis/g#readme",
"gitHead": "b8af919853fa578b4aa6c5e84715948085ac0170"
"gitHead": "97b0cd921c395a28d0432b33db157723b7967db1"
}
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