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

@feng3d/all

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feng3d/all - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

9

out/index.js

@@ -1,7 +0,2 @@

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("@feng3d/task"));
__export(require("@feng3d/event"));
export * from "@feng3d/task";
export * from "@feng3d/event";
{
"name": "@feng3d/all",
"version": "0.0.5",
"version": "0.0.6",
"description": "feng3d相关类库",

@@ -18,4 +18,4 @@ "main": "out/index.js",

"dependencies": {
"@feng3d/task": "0.0.4",
"@feng3d/event": "0.0.2"
"@feng3d/task": "0.0.5",
"@feng3d/event": "0.0.3"
},

@@ -22,0 +22,0 @@ "author": "feng",

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"module": "es2015",
"moduleResolution": "node",
"declaration": true,
"declarationMap": true,
"outDir": "./out",
"strict": true,
"esModuleInterop": true
},

@@ -11,0 +10,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