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

libyear

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libyear - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "libyear",
"version": "0.1.7",
"version": "0.1.8",
"description": "A simple measure of software dependency freshness",

@@ -5,0 +5,0 @@ "author": "Joshua David <@jdanil>",

@@ -25,8 +25,2 @@ "use strict";

: "pre-release";
if (drift < 0) {
console.log(dependency);
console.log(currentVersion, releaseTime[currentVersion]);
console.log(latestStableVersion, releaseTime[latestStableVersion]);
console.log(latestAllVersion, releaseTime[latestAllVersion]);
}
return {

@@ -33,0 +27,0 @@ dependency,

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