Socket
Socket
Sign inDemoInstall

behavioral

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

10

lib/index.js

@@ -32,3 +32,9 @@ 'use strict';

BProgram.prototype.addBThread = function (name, prio, fun) {
var bound = fun.bind(this);
var _this = this;
var bound = fun.bind({
lastEvent: function lastEvent() {
return _this.lastEvent;
}
});
var bt = bound(); // Activate the generator

@@ -51,3 +57,3 @@ var bid = {

BProgram.prototype.event = function (e) {
BProgram.prototype.request = function (e) {
var name = 'request ' + e;

@@ -54,0 +60,0 @@ var bt = /*#__PURE__*/regeneratorRuntime.mark(function bt() {

2

package.json
{
"name": "behavioral",
"version": "1.0.1",
"version": "1.0.2",
"description": "Behavioral Programming for JavaScript",

@@ -5,0 +5,0 @@ "main": "lib",

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