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

@ms-cloudpack/path-utilities

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/path-utilities - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

lib/findPackageRoot.d.ts

32

CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Thu, 03 Mar 2022 23:25:53 GMT",
"date": "Fri, 20 May 2022 04:25:53 GMT",
"tag": "@ms-cloudpack/path-utilities_v0.2.0",
"version": "0.2.0",
"comments": {
"minor": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/path-utilities",
"commit": "b39bb143fc53e622c39f9e9fd349f71c9ebadd77",
"comment": "Adding findPackageRoot helper."
}
]
}
},
{
"date": "Sat, 14 May 2022 04:36:11 GMT",
"tag": "@ms-cloudpack/path-utilities_v0.1.0",
"version": "0.1.0",
"comments": {
"none": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/path-utilities",
"commit": "cc0844a7d18790d69e59b16dbd6eef8fab5bc4e0",
"comment": "Updating the build."
}
]
}
},
{
"date": "Thu, 03 Mar 2022 23:26:03 GMT",
"tag": "@ms-cloudpack/path-utilities_v0.1.0",
"version": "0.1.0",
"comments": {
"minor": [

@@ -11,0 +41,0 @@ {

# Change Log - @ms-cloudpack/path-utilities
This log was last generated on Thu, 03 Mar 2022 23:25:53 GMT and should not be manually modified.
This log was last generated on Fri, 20 May 2022 04:25:53 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.0
Fri, 20 May 2022 04:25:53 GMT
### Minor changes
- Adding findPackageRoot helper. (dzearing@microsoft.com)
## 0.1.0
Thu, 03 Mar 2022 23:25:53 GMT
Thu, 03 Mar 2022 23:26:03 GMT

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

20

package.json
{
"name": "@ms-cloudpack/path-utilities",
"version": "0.1.0",
"description": "Utilities for resolving paths between source/itermediate/output locations in Cloudpack.",
"version": "0.2.0",
"description": "Utilities for resolving paths between source/intermediate/output locations in Cloudpack.",
"license": "MIT",
"type": "module",

@@ -15,8 +16,11 @@ "types": "./lib/index.d.ts",

"scripts": {
"build": "just-scripts build",
"build:watch": "just-scripts build:watch",
"lint": "just-scripts lint",
"lint:fix": "just-scripts lint:fix",
"test": "just-scripts test",
"test:watch": "just-scripts test:watch"
"api:update": "cloudpack-scripts api-update",
"api": "cloudpack-scripts api",
"build:watch": "cloudpack-scripts build-watch",
"build": "cloudpack-scripts build",
"lint:update": "cloudpack-scripts lint-update",
"lint": "cloudpack-scripts lint",
"test:update": "cloudpack-scripts test-update",
"test:watch": "cloudpack-scripts test-watch",
"test": "cloudpack-scripts test"
},

@@ -23,0 +27,0 @@ "devDependencies": {

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