Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

just-extend

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-extend - npm Package Compare versions

Comparing version 6.1.1 to 6.2.0

index.cjs

6

CHANGELOG.md
# just-extend
## 6.2.0
### Minor Changes
- Rename node module .js -> .cjs
## 6.1.1

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

10

package.json
{
"name": "just-extend",
"version": "6.1.1",
"version": "6.2.0",
"description": "extend an object",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc