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

asclasit

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asclasit - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

func2/graph.js

@@ -31,3 +31,3 @@ const $ = require('./cache');

const isNotUsed = (step) => !used.has(step);
const maxDist = (a, b) => b[1] - a[1];
const maxDist = (a, b) => b.dist - a.dist;

@@ -34,0 +34,0 @@ const walk = $.PQ.from([{step: to, dist: 0, count: 0}], {revSort: maxDist});

{
"name": "asclasit",
"version": "0.1.4",
"version": "0.1.5",
"description": "ASync CLasses + ASync ITerators",

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

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