Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@based/type-gen

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/type-gen - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/src/index.d.ts

35

package.json
{
"name": "@based/type-gen",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
"test": "ava --color --node-arguments='--expose-gc' --timeout 3m --verbose",
"test": "npx ava",
"build": "npx tsc",

@@ -18,4 +19,4 @@ "watch": "npx tsc --watch",

"utility-types": "^3.10.0",
"@saulx/utils": "^3.5.0",
"@based/functions": "^2.2.3"
"@saulx/utils": "^4.1.0",
"@based/functions": "^3.0.0"
},

@@ -25,19 +26,19 @@ "devDependencies": {

"ts-node": "10.9.1",
"typescript": "^4.3.5",
"typescript": "^5.2.2",
"rimraf": "^3.0.2",
"@based/client": "4.8.7",
"ava": "3.15.0"
"@based/client": "^5.2.0",
"ava": "5.3.1"
},
"ava": {
"timeout": "2m",
"workerThreads": false,
"files": [
"test/*.ts"
],
"concurrency": 1,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
"./dist/test/*.js"
]
}
},
"files": [
"dist/src",
"README.md",
"package.json"
]
}
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