New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rnx-kit/tools-node

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rnx-kit/tools-node - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Wed, 25 Aug 2021 08:52:03 GMT",
"date": "Fri, 27 Aug 2021 18:41:06 GMT",
"tag": "@rnx-kit/tools-node_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@rnx-kit/tools-node",
"comment": "Fix Windows absolute paths not being handled correctly",
"commit": "dcb826baf0cc3705b460776bdb31e19930f4f2dc"
}
]
}
},
{
"date": "Wed, 25 Aug 2021 08:52:48 GMT",
"tag": "@rnx-kit/tools-node_v1.1.0",

@@ -8,0 +23,0 @@ "version": "1.1.0",

# Change Log - @rnx-kit/tools-node
This log was last generated on Wed, 25 Aug 2021 08:52:03 GMT and should not be manually modified.
This log was last generated on Fri, 27 Aug 2021 18:41:06 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.1
Fri, 27 Aug 2021 18:41:06 GMT
### Patches
- Fix Windows absolute paths not being handled correctly (4123478+tido64@users.noreply.github.com)
## 1.1.0
Wed, 25 Aug 2021 08:52:03 GMT
Wed, 25 Aug 2021 08:52:48 GMT

@@ -11,0 +19,0 @@ ### Minor changes

2

lib/module.js

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

function parseModuleRef(r) {
if (r.startsWith(".") || r.startsWith("/")) {
if (r.startsWith(".") || path_1.default.isAbsolute(r)) {
return {

@@ -20,0 +20,0 @@ path: r,

{
"name": "@rnx-kit/tools-node",
"version": "1.1.0",
"version": "1.1.1",
"description": "A collection of supplemental NodeJS functions and types",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-node#readme",

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