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

algs4

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algs4 - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

5

lib/index.d.ts

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

export { default as Counter } from './Counter';
export { default as GCB } from './GCB';
export { default as Interval1D } from './Interval1D';
export { default as Interval2D } from './Interval2D';
export { default as Point2D } from './Point2D';
export { default as StdDraw } from './StdDraw';
export { default as StdOut } from './StdOut';
export { default as StdRandom } from './StdRandom';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Counter_1 = require("./Counter");
exports.Counter = Counter_1.default;
var GCB_1 = require("./GCB");
exports.GCB = GCB_1.default;
var Interval1D_1 = require("./Interval1D");
exports.Interval1D = Interval1D_1.default;
var Interval2D_1 = require("./Interval2D");
exports.Interval2D = Interval2D_1.default;
var Point2D_1 = require("./Point2D");
exports.Point2D = Point2D_1.default;
var StdDraw_1 = require("./StdDraw");

@@ -4,0 +14,0 @@ exports.StdDraw = StdDraw_1.default;

3

lib/Interval1D/index.js

@@ -62,4 +62,3 @@ "use strict";

};
Interval1D.prototype.draw = function () {
};
Interval1D.prototype.draw = function () { };
return Interval1D;

@@ -66,0 +65,0 @@ }());

{
"name": "algs4",
"version": "0.0.3",
"version": "0.1.0",
"description": "The book Algorithms's implementation, written with TypeScript",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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