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

@kakasoo/deep-strict-types

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kakasoo/deep-strict-types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

58

package.json
{
"name": "@kakasoo/deep-strict-types",
"version": "1.0.2",
"description": "",
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"./bin/src"
],
"main": "bin/src/index.js",
"types": "bin/src/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"build:test": "rimraf bin && tsc -p test/tsconfig.json --watch",
"prepare": "ts-patch install && typia patch",
"test": "node bin/test/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.2",
"rimraf": "^6.0.1",
"ts-patch": "^3.3.0",
"typescript": "^5.7.2",
"typia": "^7.5.1"
}
"name": "@kakasoo/deep-strict-types",
"version": "1.0.3",
"description": "",
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"./bin/src"
],
"main": "bin/src/index.js",
"types": "bin/src/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"build:test": "rimraf bin && tsc -p test/tsconfig.json --watch",
"prepare": "ts-patch install && typia patch",
"test": "node bin/test/index.js",
"prettier": "prettier src --write && prettier test --write"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-patch": "^3.3.0",
"typescript": "^5.7.2",
"typia": "^7.5.1"
}
}
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