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.2 to 1.0.0-alpha.3

dist/cjs/src/extended-map.d.ts

19

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

@@ -8,10 +8,10 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>",

"license": "ISC",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"types": "./dist/cjs/src/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"require": "./dist/cjs/src/index.js",
"import": "./dist/esm/src/index.js",
"types": "./dist/cjs/src/index.d.ts"
}

@@ -31,3 +31,4 @@ },

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

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

},
"gitHead": "7c2c520311e626bbfcb5c23f1703cb0c4cc5d876"
"gitHead": "27679c998b94835ea3762965c726efed5a2e8710"
}
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