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

@kevaundray/types

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kevaundray/types - npm Package Compare versions

Comparing version 0.14.1-kw-play-around-46124bf3a to 0.14.1-kw-play-around-4911d86f9

12

package.json

@@ -7,3 +7,3 @@ {

"packageManager": "yarn@3.5.1",
"version": "0.14.1-kw-play-around-46124bf3a",
"version": "0.14.1-kw-play-around-4911d86f9",
"license": "(MIT OR Apache-2.0)",

@@ -20,3 +20,4 @@ "files": [

"build:cjs": "tsc --module CommonJS --outDir lib/cjs",
"build": "yarn run build:cjs && yarn run build:esm"
"build": "yarn run build:cjs && yarn run build:esm",
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
},

@@ -27,7 +28,10 @@ "exports": {

"require": "./lib/cjs/types.js",
"types": "./lib/esm/types.d.ts",
"default": "./lib/esm/types.js"
"types": "./lib/esm/types.d.ts"
}
},
"devDependencies": {
"@types/prettier": "^3",
"eslint": "^8.50.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.0.3",
"typescript": "^5.2.2"

@@ -34,0 +38,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