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

@feng3d/task

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feng3d/task - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

0

dist/index.d.ts

@@ -0,0 +0,0 @@ /**

4

dist/index.js
/*!
* @feng3d/task - v0.4.1
* Compiled Thu, 02 Jun 2022 08:46:24 UTC
* @feng3d/task - v0.5.0
* Compiled Tue, 26 Jul 2022 03:55:16 UTC
*

@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License.

/*!
* @feng3d/task - v0.4.1
* Compiled Thu, 02 Jun 2022 08:46:24 UTC
* @feng3d/task - v0.5.0
* Compiled Tue, 26 Jul 2022 03:55:16 UTC
*

@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License.

/*!
* @feng3d/task - v0.4.1
* Compiled Thu, 02 Jun 2022 08:46:24 UTC
* @feng3d/task - v0.5.0
* Compiled Tue, 26 Jul 2022 03:55:16 UTC
*

@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License.

/*!
* @feng3d/task - v0.4.1
* Compiled Thu, 02 Jun 2022 08:46:24 UTC
* @feng3d/task - v0.5.0
* Compiled Tue, 26 Jul 2022 03:55:16 UTC
*

@@ -5,0 +5,0 @@ * @feng3d/task is licensed under the MIT License.

{
"name": "@feng3d/task",
"version": "0.4.1",
"version": "0.5.0",
"description": "串联或并联一组异步函数为一个异步函数",

@@ -14,4 +14,4 @@ "main": "lib/index.js",

"clean": "rimraf \"{lib,dist}\"",
"build": "rollup -c",
"build:prod": "cross-env NODE_ENV=production rollup -c",
"build": "npm run clean && rollup -c",
"build:prod": "npm run clean && cross-env NODE_ENV=production rollup -c",
"watch": "rollup -cw",

@@ -21,3 +21,4 @@ "test": "mocha",

"lintfix": "npm run lint -- --fix",
"docs": "typedoc"
"docs": "typedoc",
"release":"npm run build:prod && npm publish"
},

@@ -24,0 +25,0 @@ "repository": {

# @feng3d/polyfill
export * from './Task';

@@ -0,0 +0,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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