Socket
Socket
Sign inDemoInstall

merge-refs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-refs - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

dist/cjs/package.json

4

package.json
{
"name": "merge-refs",
"version": "1.2.0",
"version": "1.2.1",
"description": "A function that merges React refs into one.",

@@ -18,3 +18,3 @@ "type": "module",

"build-esm": "tsc --project tsconfig.build.json --outDir dist/esm --module esnext",
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs",
"build-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs && echo '{\n \"type\": \"commonjs\"\n}' > dist/cjs/package.json",
"clean": "rimraf dist",

@@ -21,0 +21,0 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx",

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