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.56 to 1.0.57

16

CHANGELOG.md

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

## [1.0.57](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.56...@ts-type/package-dts@1.0.57) (2022-01-12)
### 🛠 Build System
* **schema:** update schema ([aaddf19](https://github.com/bluelovers/ws-ts-type/commit/aaddf199d7b9a93b11524cc99ce90c4a702876e1))
### 🔖 Miscellaneous
* adds `peerDependencies` to `package-dts` ([092677b](https://github.com/bluelovers/ws-ts-type/commit/092677bdbc895b48f71e9ec97c1eda205e478816))
## [1.0.56](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.55...@ts-type/package-dts@1.0.56) (2021-12-04)

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

9

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

@@ -74,6 +74,11 @@ "description": "A Typescript type definition for NPM package json",

},
"peerDependencies": {
"@types/bluebird": "*",
"@types/node": "*",
"ts-toolbelt": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "176c745a98c2477f0ca95ba0922b8de087821e71",
"gitHead": "4e7f3fef6b88ea509fb654398cf24ce577d0a3dc",
"sharedDependencies": {

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

@@ -1370,6 +1370,8 @@ {

2021,
13,
2022,
"latest"
],
"default": 11,
"description": "Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12 or \"latest\" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) to use the year-based naming. \"latest\" always enables the latest supported ECMAScript version."
"description": "Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12, 13 or \"latest\" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) or 2022 (same as 13) to use the year-based naming. \"latest\" always enables the latest supported ECMAScript version."
},

@@ -1376,0 +1378,0 @@ "sourceType": {

@@ -246,12 +246,8 @@ {

"description": "The module path that is resolved when the module specifier matches \"name\", shadows the \"main\" field."
},
"./": {
"$ref": "#/definitions/packageExportsEntryOrFallback",
"description": "The module path prefix that is resolved when the module specifier starts with \"name/\", set to \"./\" to allow external modules to import any subpath."
}
},
"patternProperties": {
"^\\./": {
"^\\./.+": {
"$ref": "#/definitions/packageExportsEntryOrFallback",
"description": "The module path that is resolved when the path component of the module specifier matches the property name."
"description": "The module path prefix that is resolved when the module specifier starts with \"name/\", set to \"./*\" to allow external modules to import any subpath."
}

@@ -418,3 +414,4 @@ },

"publish": {
"$ref": "#/definitions/scriptsPublishAfter"
"type": "string",
"description": "Publishes a package to the registry so that it can be installed by name. See https://docs.npmjs.com/cli/v8/commands/npm-publish"
},

@@ -421,0 +418,0 @@ "postpublish": {

@@ -206,3 +206,2 @@ {

"enum": [
"xcode6.4",
"xcode7.3",

@@ -227,6 +226,4 @@ "xcode8",

"xcode11.6",
"xcode11.7",
"xcode12u",
"xcode12",
"xcode12.1",
"xcode12.2",

@@ -236,3 +233,4 @@ "xcode12.3",

"xcode12.5",
"xcode13.1"
"xcode13.1",
"xcode13.2"
]

@@ -239,0 +237,0 @@ },

@@ -304,9 +304,9 @@ {

"None",
"es2022",
"node12",
"nodenext"
"ES2022",
"Node12",
"NodeNext"
]
},
{
"pattern": "^([Cc][Oo][Mm][Mm][Oo][Nn][Jj][Ss]|[AaUu][Mm][Dd]|[Ss][Yy][Ss][Tt][Ee][Mm]|[Ee][Ss]([356]|201[567]|2020|[Nn][Ee][Xx][Tt])|[Nn][Oo][Nn][Ee])$"
"pattern": "^([Cc][Oo][Mm][Mm][Oo][Nn][Jj][Ss]|[AaUu][Mm][Dd]|[Ss][Yy][Ss][Tt][Ee][Mm]|[Ee][Ss]([356]|20(1[567]|2[02])|[Nn][Ee][Xx][Tt])|[Nn][Oo][Nn][Ee])$"
}

@@ -520,2 +520,3 @@ ],

"ES2021",
"ES2022",
"ESNext"

@@ -525,3 +526,3 @@ ]

{
"pattern": "^([Ee][Ss]([356]|(20(1[56789]|2[01]))|[Nn][Ee][Xx][Tt]))$"
"pattern": "^([Ee][Ss]([356]|(20(1[56789]|2[012]))|[Nn][Ee][Xx][Tt]))$"
}

@@ -528,0 +529,0 @@ ],

@@ -227,5 +227,24 @@ /* tslint:disable */

/**
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12, 13 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) or 2022 (same as 13) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
*/
ecmaVersion?: 3 | 5 | 6 | 2015 | 7 | 2016 | 8 | 2017 | 9 | 2018 | 10 | 2019 | 11 | 2020 | 12 | 2021 | "latest";
ecmaVersion?:
| 3
| 5
| 6
| 2015
| 7
| 2016
| 8
| 2017
| 9
| 2018
| 10
| 2019
| 11
| 2020
| 12
| 2021
| 13
| 2022
| "latest";
/**

@@ -486,5 +505,24 @@ * set to "script" (default) or "module" if your code is in ECMAScript modules

/**
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12, 13 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) or 2022 (same as 13) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
*/
ecmaVersion?: 3 | 5 | 6 | 2015 | 7 | 2016 | 8 | 2017 | 9 | 2018 | 10 | 2019 | 11 | 2020 | 12 | 2021 | "latest";
ecmaVersion?:
| 3
| 5
| 6
| 2015
| 7
| 2016
| 8
| 2017
| 9
| 2018
| 10
| 2019
| 11
| 2020
| 12
| 2021
| 13
| 2022
| "latest";
/**

@@ -491,0 +529,0 @@ * set to "script" (default) or "module" if your code is in ECMAScript modules

@@ -184,10 +184,6 @@ /* tslint:disable */

/**
* The module path prefix that is resolved when the module specifier starts with "name/", set to "./" to allow external modules to import any subpath.
*/
"./"?: PackageExportsEntry | PackageExportsFallback;
/**
* The module path that is resolved when the path component of the module specifier matches the property name.
* The module path prefix that is resolved when the module specifier starts with "name/", set to "./*" to allow external modules to import any subpath.
*
* This interface was referenced by `undefined`'s JSON-Schema definition
* via the `patternProperty` "^\./".
* via the `patternProperty` "^\./.+".
*/

@@ -323,3 +319,6 @@ [k: string]: PackageExportsEntry | PackageExportsFallback;

postpack?: string;
publish?: ScriptsPublishAfter;
/**
* Publishes a package to the registry so that it can be installed by name. See https://docs.npmjs.com/cli/v8/commands/npm-publish
*/
publish?: string;
postpublish?: ScriptsPublishAfter;

@@ -326,0 +325,0 @@ /**

@@ -396,3 +396,2 @@ /* tslint:disable */

export type XcodeVersions =
| "xcode6.4"
| "xcode7.3"

@@ -417,6 +416,4 @@ | "xcode8"

| "xcode11.6"
| "xcode11.7"
| "xcode12u"
| "xcode12"
| "xcode12.1"
| "xcode12.2"

@@ -426,3 +423,4 @@ | "xcode12.3"

| "xcode12.5"
| "xcode13.1";
| "xcode13.1"
| "xcode13.2";
export type PossiblySecretString =

@@ -429,0 +427,0 @@ | string

@@ -120,5 +120,5 @@ /* tslint:disable */

| "None"
| "es2022"
| "node12"
| "nodenext"
| "ES2022"
| "Node12"
| "NodeNext"
)

@@ -262,3 +262,16 @@ | {

target?: (
| ("ES3" | "ES5" | "ES6" | "ES2015" | "ES2016" | "ES2017" | "ES2018" | "ES2019" | "ES2020" | "ES2021" | "ESNext")
| (
| "ES3"
| "ES5"
| "ES6"
| "ES2015"
| "ES2016"
| "ES2017"
| "ES2018"
| "ES2019"
| "ES2020"
| "ES2021"
| "ES2022"
| "ESNext"
)
| {

@@ -816,5 +829,5 @@ [k: string]: unknown;

| "None"
| "es2022"
| "node12"
| "nodenext"
| "ES2022"
| "Node12"
| "NodeNext"
)

@@ -969,2 +982,3 @@ | {

| "ES2021"
| "ES2022"
| "ESNext"

@@ -971,0 +985,0 @@ )

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