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

@codemod-utils/json

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemod-utils/json - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

1

dist/json/convert-to-object.js

@@ -53,3 +53,4 @@ /**

const sortedMap = new Map([...map.entries()].sort());
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
return Object.fromEntries(sortedMap);
}

8

package.json
{
"name": "@codemod-utils/json",
"version": "1.1.12",
"version": "1.1.13",
"description": "Utilities for handling JSON",

@@ -48,6 +48,6 @@ "keywords": [

"typescript": "^5.7.3",
"@codemod-utils/tests": "1.1.10",
"@codemod-utils/tests": "1.1.11",
"@shared-configs/eslint-config-node": "0.0.0",
"@shared-configs/typescript": "0.0.0",
"@shared-configs/prettier": "0.0.0"
"@shared-configs/prettier": "0.0.0",
"@shared-configs/typescript": "0.0.0"
},

@@ -54,0 +54,0 @@ "engines": {

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