Socket
Socket
Sign inDemoInstall

@vx/point

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/point - npm Package Compare versions

Comparing version 0.0.192 to 0.0.193-alpha.0

lib/index.d.ts

7

esm/Point.js

@@ -0,1 +1,3 @@

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
var Point =

@@ -9,2 +11,7 @@ /*#__PURE__*/

y = _ref$y === void 0 ? 0 : _ref$y;
_defineProperty(this, "x", 0);
_defineProperty(this, "y", 0);
this.x = x;

@@ -11,0 +18,0 @@ this.y = y;

@@ -6,2 +6,4 @@ "use strict";

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
var Point =

@@ -15,2 +17,7 @@ /*#__PURE__*/

y = _ref$y === void 0 ? 0 : _ref$y;
_defineProperty(this, "x", 0);
_defineProperty(this, "y", 0);
this.x = x;

@@ -17,0 +24,0 @@ this.y = y;

5

package.json
{
"name": "@vx/point",
"version": "0.0.192",
"version": "0.0.193-alpha.0",
"description": "vx point",

@@ -8,2 +8,3 @@ "sideEffects": false,

"module": "esm/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/hshoff/vx",

@@ -25,3 +26,3 @@ "files": [

},
"gitHead": "101db6e89d7e8a4966dfafba5a782297110f7844"
"gitHead": "8fb99e77e64fa9c319c0addc2a3fbf61e64885cc"
}
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