Socket
Socket
Sign inDemoInstall

just-diff-apply

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.4.1 to 5.5.0

index.cjs

6

CHANGELOG.md
# just-diff-apply
## 5.5.0
### Minor Changes
- Rename node module .js -> .cjs
## 5.4.1

@@ -4,0 +10,0 @@

10

package.json
{
"name": "just-diff-apply",
"version": "5.4.1",
"version": "5.5.0",
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol",
"main": "index.js",
"module": "index.mjs",
"type": "module",
"exports": {
".": {
"require": "./index.js",
"types": "./index.d.ts",
"default": "./index.mjs"
"require": "./index.cjs",
"import": "./index.mjs"
},
"./package.json": "./package.json"
},
"main": "index.cjs",
"types": "index.d.ts",

@@ -16,0 +16,0 @@ "scripts": {

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