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

moderndash

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moderndash - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

dist/index.d.ts

10

package.json
{
"name": "moderndash",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",

@@ -8,4 +8,4 @@ "description": "A lodash inspired utility framework for ESM/Typescript/ES2020",

"build": "ctix create ----startAt src --overwrite --noBackup & tsup",
"prepublishOnly": "npm run build && @powershell cp '../README.md' './README.md'",
"postpublish": "@powershell rm './README.md'",
"prepublishOnly": "npm run build && @powershell cp '../README.md' './README.md' && @powershell cp '../LICENSE' './LICENSE'",
"postpublish": "@powershell rm './README.md && @powershell rm './LICENSE'",
"test": "vitest",

@@ -35,2 +35,6 @@ "test-ui": "vitest --ui"

"main": "./dist/index.js",
"files": [
"dist",
"src"
],
"homepage": "https://github.com/Maggi64/moderndash#readme",

@@ -37,0 +41,0 @@ "devDependencies": {

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