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.3.16 to 0.3.17

10

package.json
{
"name": "@feng3d/event",
"version": "0.3.16",
"version": "0.3.17",
"description": "事件系统",

@@ -16,5 +16,5 @@ "main": "lib/index.js",

"build": "tsc -b",
"build:w": "tsc -b -w",
"watch": "tsc -b -w",
"bundle": "rollup -c",
"bundle:w": "rollup -c -w ",
"bundle:watch": "rollup -c -w ",
"lint": "eslint --ext .js --ext .ts src test rollup.config.js --ignore-path .gitignore --max-warnings 0",

@@ -24,4 +24,4 @@ "lintfix": "npm run lint -- --fix",

"docs": "rimraf public && typedoc",
"publish:pre": "npm version patch && npm run build && npm run bundle",
"publish": "git push && git push --tags"
"prepublish": "npm run build && npm run bundle",
"publish": "npm version patch && git push && git push --tags && npm publish"
},

@@ -28,0 +28,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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