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

@ms-cloudpack/json-utilities

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.9 to 0.1.10

lib/cloneJson.d.ts

1

lib/index.d.ts
export { readJson, readJsonSync, type ReadJsonOptions } from './readJson.js';
export { writeJson, writeJsonSync, type WriteJsonOptions } from './writeJson.js';
export { cloneJson } from './cloneJson.js';
//# sourceMappingURL=index.d.ts.map
export { readJson, readJsonSync } from './readJson.js';
export { writeJson, writeJsonSync } from './writeJson.js';
export { cloneJson } from './cloneJson.js';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@ms-cloudpack/json-utilities",
"version": "0.1.9",
"version": "0.1.10",
"description": "Helpers for reading/writing json files.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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