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

kpdux

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kpdux - npm Package Compare versions

Comparing version 1.0.18 to 2.0.0

lib/index.d.ts

18

package.json
{
"name": "kpdux",
"version": "1.0.18",
"version": "2.0.0",
"description": "js lib",
"author": "Kris Papercut <kearis666@gmail.com>",
"license": "ISC",
"main": "src/index.js",
"description": "js lib",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [

@@ -18,2 +19,7 @@ "kp",

"homepage": "https://github.com/kearisp/kpdux/blob/master/README.md",
"scripts": {
"prepublish": "npm run build",
"build": "tsc -b tsconfig.json",
"watch:build": "tsc -b tsconfig.json --watch"
},
"peerDependencies": {

@@ -23,4 +29,8 @@ "redux": "4.x.x"

"devDependencies": {
"redux": "^4.0.4"
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"redux": "^4.0.4",
"typescript": "^4.0.3"
}
}
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