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

@hephaestus/utils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hephaestus/utils - npm Package Compare versions

Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7

14

package.json
{
"name": "@hephaestus/utils",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "> TODO: description",

@@ -11,2 +11,3 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>",

"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"exports": {

@@ -19,5 +20,2 @@ ".": {

},
"directories": {
"lib": "dist"
},
"files": [

@@ -32,5 +30,5 @@ "dist"

"test": "echo \"Error: run tests from root\" && exit 1",
"build": "tsup src/index.ts --clean --target node12 --format cjs && tsup src/index.ts --format esm",
"build:cjs": "ttsc",
"build:esm": "ttsc -p ./tsconfig.esm.json",
"build": "run-p build:*",
"build:cjs": "tsup src/index.ts --target node12 --format cjs",
"build:esm": "tsup src/index.ts --format esm --dts",
"clean": "rm -rf dist",

@@ -42,3 +40,3 @@ "lint": "eslint src"

},
"gitHead": "fe12e83d2280689c30c26997cfafbbc71cc8854e"
"gitHead": "4dd51c36847e0e164195a35d0ec3da38ee8589ad"
}
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