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

gracy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gracy - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

dist/index.cjs.map

1

dist/index.js

@@ -80,1 +80,2 @@ // src/on-exit.ts

};
//# sourceMappingURL=index.js.map

27

package.json
{
"name": "gracy",
"version": "3.0.0",
"version": "3.0.1",
"description": "Execute custom cleanup function before Node.js exits",

@@ -30,5 +30,10 @@ "keywords": [

".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},

@@ -45,14 +50,14 @@ "./package.json": "./package.json"

"devDependencies": {
"@commitlint/cli": "17.7.1",
"@samialdury/config": "5.10.0",
"@types/node": "20.5.9",
"@vitest/coverage-v8": "0.34.3",
"eslint": "8.48.0",
"@commitlint/cli": "17.7.2",
"@samialdury/config": "5.11.3",
"@types/node": "20.8.5",
"@vitest/coverage-v8": "0.34.6",
"eslint": "8.51.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"semantic-release": "21.1.1",
"semantic-release": "22.0.5",
"tsup": "7.2.0",
"typescript": "5.2.2",
"vitest": "0.34.3"
"vitest": "0.34.6"
},

@@ -59,0 +64,0 @@ "engines": {

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