Socket
Socket
Sign inDemoInstall

@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.40 to 1.0.41

lib/package-json/publishConfig.d.ts

11

CHANGELOG.md

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

## [1.0.41](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.40...@ts-type/package-dts@1.0.41) (2020-07-28)
### ✨ Features
* update type ([e9ad4f2](https://github.com/bluelovers/ws-ts-type/commit/e9ad4f24314ad4cccb61d204db1b1f981e4a4684))
## [1.0.40](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.39...@ts-type/package-dts@1.0.40) (2020-07-27)

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

3

lib/package-json/types.d.ts

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

import type { ReleaseType as IReleaseType } from 'semver';
import { EnumPublishConfigRegistry } from './publishConfig';
export interface IDependency {

@@ -33,3 +34,3 @@ [name: string]: IVersionValue;

export interface IPackageJsonPublishConfig {
registry?: string | "https://registry.npmjs.org/";
registry?: string | EnumPublishConfigRegistry;
access?: string | "public" | "restricted";

@@ -36,0 +37,0 @@ tag?: IPackageJsonTag;

@@ -8,2 +8,4 @@ /**

import type { ITSPartialRecord, ITSOverwrite } from 'ts-type/lib/type/record';
import { IPackageJsonExtendYarn } from './lib/package-json/yarn';
import { IBooleanString } from './lib/types';
export { EnumVersionValue2 } from './lib/package-json/types';

@@ -35,3 +37,3 @@ export * from './lib/package-json/types';

*/
private?: boolean | "true" | "false";
private?: boolean | IBooleanString;
gitHead?: string;

@@ -41,3 +43,2 @@ /**

*/
flat?: boolean;
unpkg?: string;

@@ -52,5 +53,5 @@ browserslist?: string[];

'umd:main'?: string;
}>, ITSPartialRecord<IPackageJsonDependenciesField, IDependency> {
}>, ITSPartialRecord<IPackageJsonDependenciesField, IDependency>, IPackageJsonExtendYarn {
[k: string]: any;
}
export default IPackageJson;
{
"name": "@ts-type/package-dts",
"version": "1.0.40",
"version": "1.0.41",
"private": false,

@@ -65,3 +65,3 @@ "description": "A Typescript type definition for NPM package json",

"@types/semver": "^7.3.1",
"ts-type": "^1.2.30"
"ts-type": "^1.2.31"
},

@@ -77,3 +77,3 @@ "devDependencies": {

},
"gitHead": "ac4d049c787404f85fed4237747bffb53acb3cad",
"gitHead": "be2ec29ebe97bea814b97d9a90c1ae4e6220654c",
"sharedDependencies": {

@@ -80,0 +80,0 @@ "eslint-config-bluelovers": "latest"

Sorry, the diff of this file is not supported yet

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