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

@rh-support/utils

Package Overview
Dependencies
Maintainers
9
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rh-support/utils - npm Package Compare versions

Comparing version 2.1.26 to 2.1.27

16

package.json
{
"name": "@rh-support/utils",
"version": "2.1.26",
"version": "2.1.27",
"description": "> TODO: description",
"author": "Vikas Rathee <vrathee@redhat.com>",
"license": "ISC",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"jsnext:main": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"sideEffects": false,
"directories": {
"lib": "lib",
"cjs": "lib/cjs"
"lib": "./lib"
},

@@ -36,4 +33,3 @@ "files": [

"build:esm": "../../node_modules/.bin/tsc -p config/tsconfig.json",
"build:cjs": "../../node_modules/.bin/tsc -p config/tsconfig-umd.json",
"build": "npm run clean && (npm run build:esm & npm run build:cjs)",
"build": "npm run clean && npm run build:esm",
"clean": "../../node_modules/.bin/rimraf lib config/tsconfig.tsbuildinfo",

@@ -101,3 +97,3 @@ "test:watch": "./../../node_modules/.bin/jest --watch",

],
"gitHead": "860400c585c5440fafa0bdeeeed2bfbbf6e0fbd6"
"gitHead": "9428a86e921565225fd6ab7ee4ad358e29de43b3"
}
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