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

pukka

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pukka - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/index.cjs

15

package.json
{
"name": "pukka",
"version": "1.1.0",
"version": "1.2.0",
"description": "Typescript schema-first zod compatible hyper validation",

@@ -12,12 +12,19 @@ "repository": {

"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"files": ["dist/index.js", "dist/index.d.ts"],
"files": ["dist"],
"scripts": {
"prebuild": "npm run clean",
"build": "tsup src/index.ts --dts --format esm",
"build": "tsup src/index.ts --dts --format esm,cjs",
"clean": "rimraf dist",

@@ -24,0 +31,0 @@ "format": "biome format . --write",

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