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.0 to 0.6.1-r1

cjs/contexts/context.cjs

37

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

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

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

@@ -23,5 +38,5 @@ "jsondiffpatch": "^0.6.0"

"files": [
"typings/",
"cjs/",
"esm/",
"types/",
"LICENSE",

@@ -31,8 +46,8 @@ "README.md"

"keywords": [
"type-is",
"mime",
"browser",
"browsery",
"browserify"
"jsondiffpatch",
"jsonpatch",
"json",
"diff",
"patch"
]
}

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