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.5.0 to 0.8.0

dist/index.mjs

52

package.json
{
"name": "@feng3d/task",
"version": "0.5.0",
"version": "0.8.0",
"description": "串联或并联一组异步函数为一个异步函数",
"main": "lib/index.js",
"module": "lib/index.es.js",
"bundle": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/index.umd.js",
"types": "lib/index.d.ts",
"module": "dist/index.mjs",
"author": "feng",
"license": "MIT",
"scripts": {
"start": "npm run watch",
"clean": "rimraf \"{lib,dist}\"",
"build": "npm run clean && rollup -c",
"build:prod": "npm run clean && cross-env NODE_ENV=production rollup -c",
"watch": "rollup -cw",
"test": "mocha",
"lint": "eslint --ext .js --ext .ts src test rollup.config.js --ignore-path .gitignore --max-warnings 0",
"clean": "rimraf \"{lib,dist,public}\"",
"build": "vite build",
"test": "vitest",
"test:ui": "vitest --ui",
"types": "tsc",
"watch": "tsc -w",
"lint": "eslint --ext .js --ext .ts src test --ignore-path .gitignore --max-warnings 0",
"lintfix": "npm run lint -- --fix",
"docs": "typedoc",
"release":"npm run build:prod && npm publish"
"release": "npm run clean && npm run lint && npm run docs && npm run build && npm run types && npm publish",
"prepublishOnly": "node scripts/prepublish.js",
"postpublish": "node scripts/postpublish.js"
},

@@ -36,25 +37,14 @@ "repository": {

"devDependencies": {
"@types/mocha": "9.1.0",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"@vitest/ui": "^0.32.2",
"cross-env": "7.0.3",
"eslint": "8.12.0",
"mocha": "9.2.2",
"rimraf": "3.0.2",
"rollup": "2.70.1",
"rollup-plugin-buble": "0.19.8",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-dts": "4.2.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-string": "3.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript": "1.0.1",
"ts-node": "10.7.0",
"typedoc": "0.21.4",
"typedoc-plugin-sourcefile-url": "1.0.6",
"typescript": "4.3.5"
"tslib": "^2.4.0",
"typedoc": "^0.24.8",
"typescript": "5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.2"
}
}
}
# @feng3d/polyfill
废弃,使用Promise进行替代。

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