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

geometry-2d

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geometry-2d - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/point.js

@@ -212,2 +212,4 @@ 'use strict';

this.bottomRight = bottomRight;
(0, _assert2.default)(topLeft.toTheLeftOf(bottomRight, false));;
(0, _assert2.default)(topLeft.aboveOf(bottomRight, false));
}

@@ -214,0 +216,0 @@

2

package.json
{
"name": "geometry-2d",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/point.js",

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