Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-worker

Package Overview
Dependencies
Maintainers
17
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-worker - npm Package Compare versions

Comparing version 2.9.0-next.0 to 2.9.0-next.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Changelog: `gatsby-worker`

## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.8.0/packages/gatsby-worker) (2023-03-21)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.8)
**Note:** Version bump only for package gatsby-worker
## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.7.0/packages/gatsby-worker) (2023-02-21)

@@ -8,0 +14,0 @@

12

package.json
{
"name": "gatsby-worker",
"description": "Utility to create worker pools",
"version": "2.9.0-next.0",
"version": "2.9.0-next.1",
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>",

@@ -12,3 +12,3 @@ "bugs": {

"@babel/runtime": "^7.20.13",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"signal-exit": "^3.0.7"

@@ -21,4 +21,4 @@ },

"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
"rimraf": "^4.4.1",
"typescript": "^5.0.3"
},

@@ -41,3 +41,3 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme",

"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"",
"typegen": "rimraf \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/"
"typegen": "rimraf --glob \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/"
},

@@ -47,3 +47,3 @@ "engines": {

},
"gitHead": "de0d8d10ff0ea514c130d7396efc8d5aa50c7fa1"
"gitHead": "6ad3960268608ebd9a04df17fc12d954db2feb8f"
}
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