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

hylite

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hylite - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

dist/index.js

12

package.json
{
"name": "hylite",
"version": "0.0.2",
"version": "0.1.0",
"description": "A command line tool for highlighting code",

@@ -11,2 +11,5 @@ "author": "Peter @peterbe Bengtsson",

},
"bin": {
"hylite": "dist/index.js"
},
"module": "src/index.ts",

@@ -18,3 +21,4 @@ "type": "module",

"prettier": "prettier --write \"src/**/*.ts\"",
"release": "np"
"release": "np",
"prerelease": "bun build ./src/index.ts --outdir=dist --outfile=index.js"
},

@@ -32,3 +36,7 @@ "devDependencies": {

"highlight.js": "^11.8.0"
},
"engines": {
"node": "^16 || ^18 || ^20",
"bun": "^1"
}
}
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