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.0.2 to 0.0.3

14

out/index.js

@@ -1,6 +0,12 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 事件
*/
export var event;
/**
* 只针对Object的事件
*/
export var objectevent;
/**
* 事件
*/
var FEvent = /** @class */ (function () {

@@ -233,3 +239,3 @@ function FEvent() {

}());
exports.FEvent = FEvent;
exports.objectevent = exports.event = new FEvent();
export { FEvent };
objectevent = event = new FEvent();
{
"name": "@feng3d/event",
"version": "0.0.2",
"version": "0.0.3",
"description": "feng3d相关类库",

@@ -5,0 +5,0 @@ "main": "out/index.js",

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"module": "es2015",
"moduleResolution": "node",
"declaration": true,

@@ -11,4 +12,2 @@ "declarationMap": true,

],
// "strict": true,
"esModuleInterop": true
},

@@ -15,0 +14,0 @@ "include": [

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