Socket
Socket
Sign inDemoInstall

kld-affine

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kld-affine - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

index.js
// expose classes
exports.Point2D = require('../lib/Point2D');
exports.Vector2D = require('../lib/Vector2D');
exports.Point2D = require('./lib/Point2D');
exports.Vector2D = require('./lib/Vector2D');
{
"name": "kld-affine",
"version": "0.0.1",
"version": "0.0.2",
"description": "A collection of classes used in affine geometry",

@@ -24,2 +24,3 @@ "author": {

"devDependencies": {
"expresso": "0.9.2"
},

@@ -26,0 +27,0 @@ "engines": {

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