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-a32adaf80 to 0.14.1-kw-play-around-a451a6a85

lib/cjs/types.d.ts

23

package.json

@@ -6,4 +6,4 @@ {

],
"version": "0.14.1-kw-play-around-a32adaf80",
"packageManager": "yarn@3.5.1",
"version": "0.14.1-kw-play-around-a451a6a85",
"license": "(MIT OR Apache-2.0)",

@@ -14,5 +14,20 @@ "files": [

],
"types": "lib/types.ts",
"dependencies": {},
"devDependencies": {}
"main": "lib/cjs/types.js",
"module": "lib/esm/types.js",
"types": "lib/esm/types.d.ts",
"scripts": {
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir lib/cjs",
"build": "yarn run build:cjs && yarn run build:esm"
},
"exports": {
".": {
"import": "./lib/esm/types.js",
"require": "./lib/cjs/types.js"
}
},
"devDependencies": {
"typescript": "^5.2.2"
},
"dependencies": {}
}
lib/types.ts
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