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

evnty

Package Overview
Dependencies
Maintainers
0
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evnty - npm Package Compare versions

Comparing version 4.5.0 to 4.5.1

30

package.json
{
"name": "evnty",
"description": "0-Deps, simple, fast, for browser and node js reactive anonymous event library",
"version": "4.5.0",
"version": "4.5.1",
"type": "module",

@@ -19,2 +19,14 @@ "types": "build/index.d.ts",

"sideEffects": false,
"scripts": {
"build": "rm -rf build && inop src build -i __tests__ -i *.tmp.ts && tsc --declaration --emitDeclarationOnly",
"test": "jest",
"test:build": "node src/__tests__/index.cjs && node src/__tests__/index.mjs",
"lint": "eslint src",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:gen": "node --loader ts-node/esm ./scripts/docgen.ts src/index.ts",
"docs:update-package": "pnpm dlx vp-update",
"prepare": "husky"
},
"repository": {

@@ -60,3 +72,3 @@ "type": "git",

"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/theme-default": "2.0.0-rc.61",
"@vuepress/theme-default": "2.0.0-rc.63",
"eslint": "^9.16.0",

@@ -78,13 +90,3 @@ "eslint-config-airbnb-base": "^15.0.0",

},
"scripts": {
"build": "rm -rf build && inop src build -i __tests__ -i *.tmp.ts && tsc --declaration --emitDeclarationOnly",
"test": "jest",
"test:build": "node src/__tests__/index.cjs && node src/__tests__/index.mjs",
"lint": "eslint src",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:gen": "node --loader ts-node/esm ./scripts/docgen.ts src/index.ts",
"docs:update-package": "pnpm dlx vp-update"
}
}
"packageManager": "pnpm@9.15.0"
}
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