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

unpartial

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unpartial - npm Package Compare versions

Comparing version 0.7.0 to 0.7.3

cjs/index.d.ts

21

package.json
{
"name": "unpartial",
"version": "0.7.0",
"version": "0.7.3",
"description": "Unpartial a partialed object",

@@ -37,3 +37,2 @@ "homepage": "https://github.com/unional/unpartial",

"coverage": "jest --coverage",
"cs": "changeset",
"depcheck": "depcheck",

@@ -47,4 +46,2 @@ "lint": "eslint --ext=ts,js .",

"verify": "npm-run-all clean -p build depcheck lint -p coverage size",
"version": "changeset version",
"publish": "changeset publish",
"watch": "jest --watch",

@@ -54,5 +51,8 @@ "watch:type": "tsc --watch"

"devDependencies": {
"@changesets/cli": "^2.22.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@size-limit/preset-small-lib": "^7.0.8",

@@ -73,2 +73,3 @@ "@types/jest": "^27.5.1",

"rimraf": "^3.0.2",
"semantic-release": "^19.0.2",
"size-limit": "^7.0.8",

@@ -79,2 +80,3 @@ "ts-jest": "^28.0.3",

},
"packageManager": "yarn@3.2.1",
"engines": {

@@ -85,7 +87,10 @@ "node": ">=6"

{
"path": "./esm/**/*.js",
"path": "./cjs/index.js",
"limit": "5 KB"
},
{
"path": "./esm/index.js",
"limit": "5 KB"
}
],
"packageManager": "yarn@3.2.1"
]
}

@@ -6,9 +6,6 @@ # unpartial

[![Github NodeJS][github-nodejs]][github-action-url]
[![GitHub NodeJS][github-nodejs]][github-action-url]
[![Codecov][codecov-image]][codecov-url]
[![Semantic Release][semantic-release-image]][semantic-release-url]
[![Visual Studio Code][vscode-image]][vscode-url]
[![Wallaby.js][wallaby-image]][wallaby-url]

@@ -92,7 +89,3 @@ Unpartial a type.

[npm-url]: https://npmjs.org/package/unpartial
[semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]: https://github.com/semantic-release/semantic-release
[vscode-image]: https://img.shields.io/badge/vscode-ready-green.svg
[vscode-url]: https://code.visualstudio.com/
[wallaby-image]: https://img.shields.io/badge/wallaby.js-configured-green.svg
[wallaby-url]: https://wallabyjs.com
export * from './required.js'
export * from './unpartial.js'

@@ -0,0 +0,0 @@ import { required, requiredDeep } from './required.js'

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