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

@ts-type/package-dts

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-type/package-dts - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.10](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.9...@ts-type/package-dts@1.0.10) (2020-06-02)
### Bug Fixes
* use ITSOverwrite for fix https://github.com/bluelovers/ws-ts-type/pull/1 ([e100dc9](https://github.com/bluelovers/ws-ts-type/commit/e100dc973392d035313f27214085b9ca913c03e5))
## [1.0.9](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.8...@ts-type/package-dts@1.0.9) (2020-06-01)

@@ -8,0 +19,0 @@

7

package-json.d.ts

@@ -5,2 +5,3 @@ /**

import { CoreProperties } from './types/package.json';
import { ITSOverwrite } from 'ts-type';
export declare type ILibPackageJson = typeof import('./types/package.json');

@@ -10,3 +11,3 @@ /**

*/
export declare type IPackageJson<T = any> = CoreProperties & {
export declare type IPackageJson<T = any> = ITSOverwrite<CoreProperties, {
/**

@@ -33,2 +34,4 @@ * yarn workspaces

* https://github.com/bluelovers/ws-ts-type/pull/1
*
* If set to true, then npm will refuse to publish it.
*/

@@ -50,5 +53,5 @@ private?: boolean | "true" | "false";

'umd:main'?: string;
} & {
}> & {
[k: string]: T;
};
export default IPackageJson;
{
"name": "@ts-type/package-dts",
"version": "1.0.9",
"version": "1.0.10",
"private": false,

@@ -59,2 +59,5 @@ "description": "A Typescript type definition for NPM package json",

},
"dependencies": {
"ts-type": "^1.2.17"
},
"devDependencies": {

@@ -70,3 +73,3 @@ "@types/bluebird": "^3.5.32",

},
"gitHead": "2b483bcc6bab2a5fbe0b0cfe2a27f736bf5db793",
"gitHead": "f5a9cc853510e72417094399bc4249e32b7f743e",
"sharedDependencies": {

@@ -73,0 +76,0 @@ "eslint-config-bluelovers": "latest"

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