Socket
Socket
Sign inDemoInstall

@ms-cloudpack/package-utilities

Package Overview
Dependencies
Maintainers
2
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.3 to 0.1.4

lib/createResolveMap.d.ts

25

CHANGELOG.json

@@ -5,3 +5,26 @@ {

{
"date": "Mon, 09 May 2022 23:39:20 GMT",
"date": "Fri, 13 May 2022 02:16:44 GMT",
"tag": "@ms-cloudpack/package-utilities_v0.1.4",
"version": "0.1.4",
"comments": {
"patch": [
{
"author": "elcraig@microsoft.com",
"package": "@ms-cloudpack/package-utilities",
"commit": "fac526415cf68c1a69f3bca1e7b873de8ae75ed3",
"comment": "Fix issues found by eslint rules"
}
],
"none": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/package-utilities",
"commit": "cc0844a7d18790d69e59b16dbd6eef8fab5bc4e0",
"comment": "Updating the build."
}
]
}
},
{
"date": "Mon, 09 May 2022 23:39:35 GMT",
"tag": "@ms-cloudpack/package-utilities_v0.1.3",

@@ -8,0 +31,0 @@ "version": "0.1.3",

# Change Log - @ms-cloudpack/package-utilities
This log was last generated on Mon, 09 May 2022 23:39:20 GMT and should not be manually modified.
This log was last generated on Fri, 13 May 2022 02:16:44 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.4
Fri, 13 May 2022 02:16:44 GMT
### Patches
- Fix issues found by eslint rules (elcraig@microsoft.com)
## 0.1.3
Mon, 09 May 2022 23:39:20 GMT
Mon, 09 May 2022 23:39:35 GMT

@@ -11,0 +19,0 @@ ### Patches

18

package.json
{
"name": "@ms-cloudpack/package-utilities",
"version": "0.1.3",
"version": "0.1.4",
"description": "Utilities for resolving/parsing packages and their imports.",
"license": "MIT",
"type": "module",

@@ -27,8 +28,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"
},

@@ -35,0 +39,0 @@ "files": [

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