Socket
Socket
Sign inDemoInstall

make-event-props

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-event-props - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

17

package.json
{
"name": "make-event-props",
"version": "1.5.0",
"version": "1.6.0",
"description": "Returns an object with on-event callback props curried with provided args.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"source": "src/index.js",
"types": "dist/cjs/index.d.ts",
"type": "module",
"sideEffects": false,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"source": "./src/index.ts",
"types": "./dist/cjs/index.d.ts",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"scripts": {

@@ -35,3 +40,3 @@ "build": "yarn build-esm && yarn build-cjs",

"eslint": "^8.26.0",
"eslint-config-wojtekmaj": "^0.8.3",
"eslint-config-wojtekmaj": "^0.8.4",
"husky": "^8.0.0",

@@ -38,0 +43,0 @@ "prettier": "^2.7.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