detox-server
Advanced tools
Comparing version 2.1.0-alpha.0449f580 to 2.1.0
@@ -70,2 +70,6 @@ 'use strict';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;};}();function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}var log = require('npmlog'); | ||
} | ||
} }, { key: 'close', value: function close() | ||
{ | ||
this.wss.close(); | ||
} }]);return DetoxServer;}(); | ||
@@ -72,0 +76,0 @@ |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "2.1.0-alpha.0449f580", | ||
"version": "2.1.0", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "type": "git", |
@@ -71,2 +71,6 @@ const log = require('npmlog'); | ||
} | ||
close() { | ||
this.wss.close(); | ||
} | ||
} | ||
@@ -73,0 +77,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
157
1
8098
9
1