Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@definitelytyped/header-parser

Package Overview
Dependencies
120
Maintainers
7
Versions
229
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.185 to 0.0.186

15

CHANGELOG.md
# @definitelytyped/header-parser
## 0.0.186
### Patch Changes
- a18ce6b1: Remove use of module resolution and OTHER_FILES, instead include all dts files in packages
Files in packages are no longer determined by import resolution stemming from `index.d.ts` and tests (along with those listed in `OTHER_FILES.txt`).
Instead, all files matching the glob `**/*.d.{ts,cts,mts,*.d.ts}` are included in the package, excluding those inside of versioned subdirectories.
While not used for automated package publishing, an `.npmignore` is now required in each package.
This allows for one-off `npm pack`-ing of packages, such that external tooling can get a rough approximation of what will be published for analysis.
- Updated dependencies [a18ce6b1]
- @definitelytyped/utils@0.0.184
## 0.0.185

@@ -4,0 +19,0 @@

1

dist/index.js

@@ -103,2 +103,3 @@ "use strict";

let owners = [];
// let files: string[] = [];
const nameResult = validateName();

@@ -105,0 +106,0 @@ const versionResult = validateVersion();

4

package.json
{
"name": "@definitelytyped/header-parser",
"version": "0.0.185",
"version": "0.0.186",
"description": "",

@@ -21,3 +21,3 @@ "author": "Nathan Shively-Sanders <nathansa@microsoft.com>",

"@definitelytyped/typescript-versions": "0.0.180",
"@definitelytyped/utils": "0.0.183"
"@definitelytyped/utils": "0.0.184"
},

@@ -24,0 +24,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc