Socket
Socket
Sign inDemoInstall

@wulechuan/apply-one-stage-one-method-pattern

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

2

API.md

@@ -110,3 +110,3 @@ # API

stageOperator.addStage(
anotherFunction,
aThirdFunction,
'youCanNotSkipMe'

@@ -113,0 +113,0 @@ );

{
"name": "@wulechuan/apply-one-stage-one-method-pattern",
"version": "1.0.10",
"version": "1.0.11",
"description": "凡由本类构建的实例对象,可用于将本人设计的一种程序设计模式应用至另一“受体”对象。“受体”因而被改造,其各个所涉及之方法函数均被依次对应于各自的所谓“执行阶段”,亦可称“步骤”,每个方法函数对应一个步骤。自此时起,仅第一个步骤所对应的方法函数被公开(或称“曝露”),其余后续步骤之方法函数均被隐藏,直至各自前导执行阶段完成,这些方法函数才会陆续公开。",

@@ -8,2 +8,3 @@ "main": "build/@wulechuan-apply-one-stage-one-method-pattern.min.js",

"dev": "require-self && gulp",
"rel": "gulp --release",
"release": "gulp --release",

@@ -10,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,3 +0,9 @@

# 中文介绍
# npm
[@wulechuan/apply-one-stage-one-method-pattern](https://www.npmjs.com/package/@wulechuan/apply-one-stage-one-method-pattern)
# 介绍
凡由本类构建的实例对象,可用于将本人设计的一种程序设计模式应用至另一“受体”对象。

@@ -4,0 +10,0 @@ “受体”因而被改造,其各个所涉及之方法函数均被依次对应于各自的所谓“执行阶段”,亦可称“步骤”,

@@ -8,4 +8,10 @@ module.exports = WulechuanApplyOneStageOneMethodProgrammingPatternToMethodsOwner;

*
* # 中文介绍
* # npm
*
* [@wulechuan/apply-one-stage-one-method-pattern](https://www.npmjs.com/package/@wulechuan/apply-one-stage-one-method-pattern)
*
*
*
* # 介绍
*
* 凡由本类构建的实例对象,可用于将本人设计的一种程序设计模式应用至另一“受体”对象。

@@ -12,0 +18,0 @@ * “受体”因而被改造,其各个所涉及之方法函数均被依次对应于各自的所谓“执行阶段”,亦可称“步骤”,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc