Socket
Socket
Sign inDemoInstall

@ms-cloudpack/json-utilities

Package Overview
Dependencies
4
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

lib/index.d.ts

77

CHANGELOG.json

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

{
"date": "Mon, 09 May 2022 23:39:20 GMT",
"date": "Thu, 29 Sep 2022 17:46:14 GMT",
"tag": "@ms-cloudpack/json-utilities_v0.0.4",
"version": "0.0.4",
"comments": {
"patch": [
{
"author": "altinokd@microsoft.com",
"package": "@ms-cloudpack/json-utilities",
"commit": "c80e6d3f2664fa15c9a8070b944ba660f206974f",
"comment": "Adding lib folder"
}
]
}
},
{
"date": "Wed, 28 Sep 2022 08:15:16 GMT",
"tag": "@ms-cloudpack/json-utilities_v0.0.3",

@@ -12,4 +27,64 @@ "version": "0.0.3",

{
"author": "elcraig@microsoft.com",
"package": "@ms-cloudpack/json-utilities",
"commit": "084168500b6320d6861a4c7e8f363fea9e4f831e",
"comment": "Fix lint issues with types"
}
]
}
},
{
"date": "Tue, 20 Sep 2022 08:13:46 GMT",
"tag": "@ms-cloudpack/json-utilities_v0.0.3",
"version": "0.0.3",
"comments": {
"none": [
{
"author": "elcraig@microsoft.com",
"package": "@ms-cloudpack/json-utilities",
"commit": "52b4314b694af37388821ff5b8a3b16f61b8dc8f",
"comment": "Hoist commonly used devDependencies to the repo root"
}
]
}
},
{
"date": "Fri, 20 May 2022 04:26:15 GMT",
"tag": "@ms-cloudpack/json-utilities_v0.0.3",
"version": "0.0.3",
"comments": {
"none": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/json-utilities",
"commit": "b39bb143fc53e622c39f9e9fd349f71c9ebadd77",
"comment": "Adding api:update script."
}
]
}
},
{
"date": "Sat, 14 May 2022 04:36:11 GMT",
"tag": "@ms-cloudpack/json-utilities_v0.0.3",
"version": "0.0.3",
"comments": {
"none": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/json-utilities",
"commit": "cc0844a7d18790d69e59b16dbd6eef8fab5bc4e0",
"comment": "Updating package details."
}
]
}
},
{
"date": "Mon, 09 May 2022 23:39:35 GMT",
"tag": "@ms-cloudpack/json-utilities_v0.0.3",
"version": "0.0.3",
"comments": {
"none": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/json-utilities",
"commit": "e68680ba160469e2aad19a0c1ef20de03bced434",

@@ -16,0 +91,0 @@ "comment": "removing changes."

# Change Log - @ms-cloudpack/json-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 Thu, 29 Sep 2022 17:46:14 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.4
Thu, 29 Sep 2022 17:46:14 GMT
### Patches
- Adding lib folder (altinokd@microsoft.com)
## 0.0.3
Mon, 09 May 2022 23:39:20 GMT
Mon, 09 May 2022 23:39:35 GMT

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

16

package.json
{
"name": "@ms-cloudpack/json-utilities",
"version": "0.0.3",
"version": "0.0.4",
"description": "Helpers for reading/writing json files.",
"license": "MIT",
"type": "module",

@@ -19,10 +20,11 @@ "types": "./lib/index.d.ts",

"@ms-cloudpack/eslint-config-base": "*",
"@ms-cloudpack/scripts": "*",
"@types/fs-extra": "9.0.13"
"@ms-cloudpack/scripts": "*"
},
"scripts": {
"build": "just-scripts build",
"build:watch": "just-scripts build:watch",
"lint": "just-scripts lint",
"lint:fix": "just-scripts lint:fix"
"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"
},

@@ -29,0 +31,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc