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

@hephaestus/core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hephaestus/core - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

dist/index.d.ts

22

package.json
{
"name": "@hephaestus/core",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "> TODO: description",

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

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

@@ -15,3 +23,3 @@ "lib": "dist"

"files": [
"dist/src"
"dist"
],

@@ -24,3 +32,3 @@ "repository": {

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

@@ -33,5 +41,5 @@ "lint": "eslint src"

"dependencies": {
"@hephaestus/utils": "^1.0.0-alpha.1"
"@hephaestus/utils": "^1.0.0-alpha.2"
},
"gitHead": "d33175d0273332c7557344189d69ec4d8db4f45d"
"gitHead": "7c2c520311e626bbfcb5c23f1703cb0c4cc5d876"
}
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