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

@hattip/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hattip/core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

index.ts

28

package.json
{
"name": "@hattip/core",
"version": "0.0.3",
"version": "0.0.4",
"files": [
"dist",
"index.d.ts"
"index.ts"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "index.d.ts",
"types": "index.ts",
"devDependencies": {
"@cyco130/eslint-config": "^1.1.0",
"@hattip/core": "0.0.3",
"eslint": "^8.15.0",
"node-fetch": "^3.2.4",
"tsup": "^5.12.7",
"typescript": "^4.6.4",
"vitest": "^0.12.6"
"@cyco130/eslint-config": "^2.0.0",
"eslint": "^8.18.0",
"publint": "^0.1.1",
"typescript": "^4.7.4"
},
"scripts": {
"build": "rimraf dist && tsup",
"dev": "tsup --watch",
"test": "pnpm test:typecheck && pnpm test:lint && pnpm test:unit",
"test:unit": "vitest",
"test": "pnpm test:typecheck && pnpm test:lint && pnpm test:package",
"test:typecheck": "tsc -p tsconfig.json --noEmit",
"test:lint": "eslint . --max-warnings 0 --ignore-pattern dist"
"test:lint": "eslint . --max-warnings 0 --ignore-pattern dist",
"test:package": "publint"
}
}
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