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

@feng3d/event

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feng3d/event - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

dist/index.js

17

package.json
{
"name": "@feng3d/event",
"version": "0.8.3",
"type": "module",
"version": "0.8.4",
"description": "事件系统",
"main": "dist/index.umd.js",
"types": "lib/index.d.ts",
"module": "dist/index.mjs",
"main": "./dist/index.umd.cjs",
"types": "./lib/index.d.ts",
"module": "./dist/index.js",
"author": "feng",
"license": "MIT",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"scripts": {

@@ -46,3 +53,3 @@ "clean": "rimraf \"{lib,dist,public}\"",

"tslib": "^2.4.0",
"typedoc": "0.23.23",
"typedoc": "^0.24.8",
"typescript": "5.1.3",

@@ -49,0 +56,0 @@ "vite": "^3.0.7",

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