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

@total-typescript/shoehorn

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@total-typescript/shoehorn - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/index.d.mts

18

package.json
{
"name": "@total-typescript/shoehorn",
"version": "0.1.1",
"version": "0.1.2",
"description": "Work seamlessly with partial mocks in TypeScript.",

@@ -11,4 +11,3 @@ "main": "dist/index.js",

"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
},

@@ -20,6 +19,14 @@ "./package.json": "./package.json"

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/total-typescript/shoehorn.git"
},
"bugs": {
"url": "https://github.com/total-typescript/shoehorn/issues"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.4.2",
"@changesets/cli": "^2.26.0",
"@types/node": "^18.14.5",
"tsup": "^6.6.3",
"tsup": "^7.1.0",
"turbo": "^1.8.3",

@@ -34,4 +41,5 @@ "typescript": "^4.9.5",

"lint": "tsc",
"release": "turbo build lint test && changeset publish"
"attw": "attw --pack",
"release": "turbo build lint test attw && changeset publish"
}
}
# `shoehorn`
```
npm i @total-typescript/shoehorn
```
`shoehorn` (meaning "to force something into a space") lets you **pass partial data in tests** while keeping TypeScript happy.

@@ -4,0 +8,0 @@

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