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

@aiot-toolkit/shared-utils

Package Overview
Dependencies
Maintainers
5
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiot-toolkit/shared-utils - npm Package Compare versions

Comparing version 2.0.2-beta.5 to 2.0.2-beta.6

5

lib/utils/FileUtil.js

@@ -119,6 +119,3 @@ "use strict";

static updatePath(path, fullName) {
if (fs_extra_1.default.statSync(path).isFile()) {
return path_1.default.join(path_1.default.dirname(path), fullName);
}
return path;
return path_1.default.join(path_1.default.dirname(path), fullName);
}

@@ -125,0 +122,0 @@ /**

4

package.json
{
"name": "@aiot-toolkit/shared-utils",
"version": "2.0.2-beta.5",
"version": "2.0.2-beta.6",
"description": "The common method functions of the aiot-toolkit.",

@@ -29,3 +29,3 @@ "homepage": "",

},
"gitHead": "8c18753992c453c6569a3125378e75fbf4760a1f"
"gitHead": "b9b99afff176075380c2ec95b43797d696c393c1"
}
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