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

@browsery/jsondiffpatch

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browsery/jsondiffpatch - npm Package Compare versions

Comparing version 0.6.1-r1 to 0.6.1-r2

cjs/package.json

32

package.json
{
"name": "@browsery/jsondiffpatch",
"version": "0.6.1-r1",
"version": "0.6.1-r2",
"description": "Browser compatible jsondiffpatch",

@@ -12,22 +12,30 @@ "author": "Panates",

},
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./types/index.d.ts",
"type": "module",
"exports": {
".": {
"require": "./cjs/index.cjs",
"import": "./esm/index.mjs",
"types": "./types/index.d.ts"
"import": {
"types": "./types/index.d.ts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./types/index.d.ts",
"default": "./cjs/index.cjs"
},
"default": "./esm/index.mjs"
},
"./package.json": "./package.json",
"./with-text-diffs": {
"require": "./cjs/with-text-diffs.js",
"import": "./esm/with-text-diffs.mjs",
"types": "./types/with-text-diffs.d.ts"
"types": "./types/with-text-diffs.d.ts",
"require": "./cjs/with-text-diffs.cjs",
"import": "./esm/with-text-diffs.mjs"
},
"./formatters/*": {
"types": "./types/formatters/*.d.ts",
"require": "./cjs/formatters/*.cjs",
"import": "./esm/formatters/*.mjs",
"types": "./types/formatters/*.d.ts"
"import": "./esm/formatters/*.mjs"
}
},
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./types/index.d.ts",
"dependencies": {

@@ -34,0 +42,0 @@ "jsondiffpatch": "^0.6.0"

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