Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fengine

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fengine - npm Package Compare versions

Comparing version 0.2.20 to 0.3.0

18

lib/events.js

@@ -58,4 +58,4 @@ /*!

*
* @param {any} name
* @param {any} listener
* @param {String} name
* @param {Function} listener
* @param {any} context

@@ -80,4 +80,4 @@ * @returns {Events}

*
* @param {any} name
* @param {any} listener
* @param {String} name
* @param {Function} listener
* @param {any} context

@@ -89,4 +89,6 @@ * @returns {Events}

context = arguments.length < 3 ? self : context;
function feedback() {
self.off(name, feedback);
self.off(name, feedback, this);
apply(listener, this, arguments);

@@ -100,3 +102,3 @@ };

*
* @param {any} name
* @param {String} name
* @param {any} [...param]

@@ -130,4 +132,4 @@ * @returns {Events}

*
* @param {any} name
* @param {any} listener
* @param {String} name
* @param {Function} listener
* @param {any} context

@@ -134,0 +136,0 @@ * @returns {Events}

@@ -70,3 +70,4 @@ /*!

*
* @param context
* @param {Transform} context
* @returns {void}
*/

@@ -105,3 +106,4 @@ tags: function(context) {

*
* @param context
* @param {Transform} context
* @returns {void}
*/

@@ -137,3 +139,4 @@ data: function(context) {

*
* @param context
* @param {Transform} context
* @returns {void}
*/

@@ -156,5 +159,5 @@ layout: function(context) {

*
* @param src
* @param source
* @param options
* @param {String} src
* @param {Buffer|String} source
* @param {Object} options
* @constructor

@@ -215,3 +218,3 @@ */

*
* @returns {boolean}
* @returns {Boolean}
*/

@@ -313,4 +316,4 @@ Transform.prototype.isSameTags = function() {

*
* @param url
* @returns {string}
* @param {String} url
* @returns {String}
*/

@@ -330,5 +333,5 @@ Transform.prototype.resolve = function(url) {

*
* @param data
* @param [type]
* @returns {data}
* @param {String} data
* @param {String} [type]
* @returns {String}
*/

@@ -355,5 +358,5 @@ Transform.prototype.write = function(data, type) {

*
* @param data
* @param [type]
* @returns {*}
* @param {String} data
* @param {String} [type]
* @returns {String}
*/

@@ -383,4 +386,5 @@ Transform.prototype.end = function(data, type) {

*
* @param data
* @param [type]
* @param {String} data
* @param {String} [type]
* @returns {void}
*/

@@ -423,4 +427,4 @@ Transform.prototype.next = function(data, type) {

*
* @param src
* @param source
* @param {String} src
* @param {Buffer|String} source
* @returns {Transform}

@@ -446,5 +450,5 @@ */

*
* @param type
* @param context
* @param message
* @param {String} type
* @param {Transform} context
* @param {String} message
*/

@@ -458,4 +462,4 @@ Transform.prototype.error = function(type, context, message) {

*
* @param context
* @param message
* @param {Transform} context
* @param {String} message
*/

@@ -469,4 +473,4 @@ Transform.prototype.io = function(context, message) {

*
* @param context
* @param message
* @param {Transform} context
* @param {String} message
*/

@@ -480,3 +484,3 @@ Transform.prototype.circle = function(context, message) {

*
* @returns {boolean}
* @returns {Boolean}
*/

@@ -493,3 +497,3 @@ Transform.prototype.isSkip = function() {

*
* @returns {boolean}
* @returns {Boolean}
*/

@@ -503,4 +507,4 @@ Transform.prototype.isLayout = function() {

*
* @param layout
* @returns {boolean}
* @param {String|null} layout
* @returns {Boolean}
*/

@@ -534,4 +538,4 @@ Transform.prototype.isCyclicLayout = function(layout) {

*
* @param src
* @returns {boolean}
* @param {String} src
* @returns {Boolean}
*/

@@ -566,4 +570,4 @@ Transform.prototype.isCyclicInclude = function(src) {

* @returns {{
* src: *,
* command: *
* src: {String},
* command: {String}
* }}

@@ -604,5 +608,5 @@ */

*
* @param command
* @param src
* @returns {src}
* @param {String} command
* @param {String} src
* @returns {String}
*/

@@ -662,5 +666,5 @@ Transform.prototype.setLayout = function(command, src) {

*
* @param command
* @param src
* @returns {src}
* @param {String} command
* @param {String} src
* @returns {String}
*/

@@ -707,5 +711,5 @@ Transform.prototype.include = function(command, src) {

*
* @param command
* @param data
* @returns {data}
* @param {String} command
* @param {String} data
* @returns {String}
*/

@@ -727,3 +731,4 @@ Transform.prototype.print = function(command, data) {

* exec
* @returns {boolean}
*
* @returns {Boolean}
*/

@@ -730,0 +735,0 @@ Transform.prototype.exec = function() {

{
"name": "fengine",
"version": "0.2.20",
"version": "0.3.0",
"description": "A development tool for f2e",

@@ -5,0 +5,0 @@ "author": {

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