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.1.0 to 0.1.1

2

dist-es2015/index.d.ts

@@ -1,1 +0,1 @@

export declare function unpartial<T extends Object, U, R extends Object>(obj: U, src1: T, src2?: R): T & R;
export declare function unpartial<T extends object, U, R extends object>(obj: U, src1: T, src2?: R): T & R;

@@ -1,1 +0,1 @@

export declare function unpartial<T extends Object, U, R extends Object>(obj: U, src1: T, src2?: R): T & R;
export declare function unpartial<T extends object, U, R extends object>(obj: U, src1: T, src2?: R): T & R;
{
"name": "unpartial",
"version": "0.1.0",
"version": "0.1.1",
"description": "Unpartial a partialed object",

@@ -5,0 +5,0 @@ "main": "dist-es5/index.js",

# Unpartial
[![unstable][unstable-image]][unstable-url]
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![unstable][unstable-image]][unstable-url]
[![Build status][travis-image]][travis-url]

@@ -22,3 +22,3 @@ [![Coverage Status][coveralls-image]][coveralls-url]

}
const defaultConfig = { require: { a: 1 }}
const defaultConfig = { require: { a: 1 } }

@@ -35,3 +35,3 @@ function foo(givenConfig: Partial<Config>) {

```ts
import { unpartial} from 'unpartial'
import { unpartial } from 'unpartial'

@@ -38,0 +38,0 @@ import { Option, defaultOption } from 'another-package'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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