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.41 to 1.0.42

16

CHANGELOG.md

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

## [1.0.42](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.41...@ts-type/package-dts@1.0.42) (2020-07-31)
### ✨ Features
* update type ([7e713cd](https://github.com/bluelovers/ws-ts-type/commit/7e713cdad8b7908c5072bf3472fc7c6298958d1c))
### 🛠 Build System
* **schema:** update schema ([1479acb](https://github.com/bluelovers/ws-ts-type/commit/1479acb1379970e0fa5e47a63395ab0ae738dcdf))
## [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)

@@ -8,0 +24,0 @@

13

lerna-json.d.ts

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

import { INpmClient } from './lib/lerna-json/types';
import { IBranch } from './lib/types';
export type { IReleaseType };

@@ -22,2 +23,5 @@ declare type _Command = AJSONSchemaForLernaJsonFiles["command"];

distTag?: IPackageJsonTag;
npmClient?: INpmClient;
allowBranch?: IBranch;
noPrivate?: boolean;
};

@@ -27,8 +31,13 @@ "version"?: {

"bump"?: IReleaseType;
allowBranch?: IBranch;
"conventionalCommits"?: boolean;
"changelogPreset"?: string | "@bluelovers/conventional-changelog-bluelovers";
exact?: boolean;
createRelease?: "gitlab" | "github";
noPrivate?: boolean;
};
run?: {
concurrency?: number;
"stream": boolean;
"stream"?: boolean;
npmClient?: INpmClient;
[k: string]: unknown;

@@ -38,3 +47,3 @@ };

concurrency?: number;
"stream": boolean;
"stream"?: boolean;
[k: string]: unknown;

@@ -41,0 +50,0 @@ };

export declare type IBooleanString = "true" | "false";
export declare type IBranch = string | "master" | "canary";

6

package.json
{
"name": "@ts-type/package-dts",
"version": "1.0.41",
"version": "1.0.42",
"private": false,

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

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

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

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

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

@@ -208,2 +208,38 @@ {

},
"typesVersions": {
"description": "The \"typesVersions\" field is used since TypeScript 3.1 to support features that were only made available in newer TypeScript versions.",
"type": "object",
"additionalProperties": {
"description": "Contains overrides for the TypeScript version that matches the version range matching the property key.",
"type": "object",
"properties": {
"*": {
"description": "Maps all file paths to the file paths specified in the array.",
"type": "array",
"items": {
"type": "string",
"pattern": "^[^*]*(?:\\*[^*]*)?$"
}
}
},
"patternProperties": {
"^[^*]+$": {
"description": "Maps the file path matching the property key to the file paths specified in the array.",
"type": "array",
"items": {
"type": "string"
}
},
"^[^*]*\\*[^*]*$": {
"description": "Maps file paths matching the pattern specified in property key to file paths specified in the array.",
"type": "array",
"items": {
"type": "string",
"pattern": "^[^*]*(?:\\*[^*]*)?$"
}
}
},
"additionalProperties": false
}
},
"man": {

@@ -210,0 +246,0 @@ "type": [

@@ -152,2 +152,16 @@ /* tslint:disable */

/**
* The "typesVersions" field is used since TypeScript 3.1 to support features that were only made available in newer TypeScript versions.
*/
typesVersions?: {
/**
* Contains overrides for the TypeScript version that matches the version range matching the property key.
*/
[k: string]: {
/**
* Maps all file paths to the file paths specified in the array.
*/
"*"?: string[];
};
};
/**
* Specify either a single file or an array of filenames to put in place for the man program to find.

@@ -154,0 +168,0 @@ */

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