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

@jakerluo/utils

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jakerluo/utils - npm Package Compare versions

Comparing version 0.0.2-next.4 to 0.0.2-next.5

lib/isObject.js

5

lib/index.js

@@ -5,6 +5,11 @@ "use strict";

const log = require("./log");
const isObject = require("./isObject");
const { pathExists, pathExistsSync } = require("./path-exists");
module.exports = {
...npmInfo,
isObject,
log,
pathExists,
pathExistsSync,
};

2

lib/npmInfo.js

@@ -78,3 +78,3 @@ "use strict";

// 根据指定 version 和 pacakgeName 获取符合 semver 规范的最新版本号
// 根据指定 version 和 packageName 获取符合 semver 规范的最新版本号
async function getPackageLatestSemverVersion(

@@ -81,0 +81,0 @@ packageName,

{
"name": "@jakerluo/utils",
"version": "0.0.2-next.4",
"version": "0.0.2-next.5",
"description": "utils",

@@ -35,3 +35,3 @@ "keywords": [

},
"gitHead": "16e3b61726afee62e8e11418c55bf953d40539c5"
"gitHead": "b8d493934016b85dd0607d5c89d8d177a18dc002"
}
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