New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lage-run/globby

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lage-run/globby - npm Package Compare versions

Comparing version 14.0.3 to 14.1.0

dist/index.d.ts

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Wed, 11 Sep 2024 20:30:17 GMT",
"date": "Fri, 27 Sep 2024 20:03:27 GMT",
"version": "14.1.0",
"tag": "@lage-run/globby_v14.1.0",
"comments": {
"minor": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/globby",
"commit": "2919f9041f931dc6ef65017f7aedb9fef9dab66d",
"comment": "packages into a bundled globby types"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "14.0.3",

@@ -8,0 +23,0 @@ "tag": "@lage-run/globby_v14.0.3",

# Change Log - @lage-run/globby
This log was last generated on Wed, 11 Sep 2024 20:30:17 GMT and should not be manually modified.
<!-- This log was last generated on Fri, 27 Sep 2024 20:03:27 GMT and should not be manually modified. -->
<!-- Start content -->
## 14.1.0
Fri, 27 Sep 2024 20:03:27 GMT
### Minor changes
- packages into a bundled globby types (kchau@microsoft.com)
## 14.0.3
Wed, 11 Sep 2024 20:30:17 GMT
Wed, 11 Sep 2024 20:30:48 GMT

@@ -11,0 +19,0 @@ ### Patches

13

package.json
{
"name": "@lage-run/globby",
"version": "14.0.3",
"version": "14.1.0",
"main": "lib/index.js",
"scripts": {
"build": "esbuild src/index.mts --bundle --platform=node --target=node14 --format=cjs --outfile=lib/index.js && tsc"
"transpile": "esbuild src/index.mts --bundle --platform=node --target=node14 --format=cjs --outfile=lib/index.js",
"types": "yarn tsc && node scripts/rename.js && yarn dts-bundle-generator --config ./dts-bundle.config.js"
},
"license": "MIT",
"devDependencies": {
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.21.5",
"globby": "14.0.1"
"globby": "^14.0.2",
"typescript": "~5.0.3"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.js",
"source": "./src/index.mts",
"types": "./lib/index.d.ts"
"source": "./src/index.mts"
}
}
}

@@ -8,3 +8,5 @@ {

},
"include": ["src"]
"files": [],
"include": ["src/index.mts"],
"exclude": ["lib/**/*.mts"]
}

Sorry, the diff of this file is too big to display

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