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

function-tree

Package Overview
Dependencies
Maintainers
5
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

function-tree - npm Package Compare versions

Comparing version 3.2.2 to 3.3.0-1526222433248

es/fluent/index.spec.js

2

es/devtools/index.js

@@ -27,3 +27,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

_this.latestExecutionId = null;
_this.version = "3.2.2";
_this.version = "3.3.0-1526222433248";
_this.init();

@@ -30,0 +30,0 @@ return _this;

@@ -55,2 +55,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

_this.context.debugger.send({
type: 'provider',
method: _this.providerName + '.' + key,

@@ -77,2 +78,3 @@ args: args,

this.context.debugger.send({
type: 'provider',
method: this.providerName + '.' + key,

@@ -79,0 +81,0 @@ args: args,

@@ -48,3 +48,3 @@ 'use strict';

_this.latestExecutionId = null;
_this.version = "3.2.2";
_this.version = "3.3.0-1526222433248";
_this.init();

@@ -51,0 +51,0 @@ return _this;

@@ -61,2 +61,3 @@ 'use strict';

_this.context.debugger.send({
type: 'provider',
method: _this.providerName + '.' + key,

@@ -83,2 +84,3 @@ args: args,

this.context.debugger.send({
type: 'provider',
method: this.providerName + '.' + key,

@@ -85,0 +87,0 @@ args: args,

{
"name": "function-tree",
"version": "3.2.2",
"version": "3.3.0-1526222433248",
"description": "When a function is not enough",

@@ -16,3 +16,3 @@ "main": "index.js",

"test": "npm run test:ts && cross-env BABEL_ENV=test mocha --require babel-register \"src/**/*.test.js\"",
"test:ts": "cross-env TS_NODE_IGNORE=false mocha --require ts-node/register \"src/**/*.test.ts\"",
"test:ts": "cross-env TS_NODE_IGNORE=false mocha --require ts-node/register \"src/**/*.spec.ts\"",
"test:watch": "npm run test -- --watch"

@@ -25,8 +25,2 @@ },

},
"devDependencies": {
"@types/assert": "0.0.31",
"@types/mocha": "^2.2.48",
"mock-socket": "6.0.4",
"ts-node": "^5.0.1"
},
"directories": {

@@ -33,0 +27,0 @@ "test": "tests"

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