logrocket-cli
Advanced tools
| 'use strict'; | ||
| Object.defineProperty(exports, "__esModule", { | ||
| value: true | ||
| }); | ||
| var _nodeFetch = require('node-fetch'); | ||
| var _nodeFetch2 = _interopRequireDefault(_nodeFetch); | ||
| function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
| if (!global.fetch) { | ||
| global.fetch = _nodeFetch2.default; | ||
| global.Headers = _nodeFetch2.default.Headers; | ||
| global.Request = _nodeFetch2.default.Request; | ||
| global.Response = _nodeFetch2.default.Response; | ||
| } | ||
| exports.default = global.fetch; | ||
| module.exports = exports['default']; |
@@ -113,3 +113,3 @@ 'use strict'; | ||
| require('isomorphic-fetch'); | ||
| require('./fetch'); | ||
@@ -116,0 +116,0 @@ var _package = require('../package.json'); |
+3
-3
| { | ||
| "name": "logrocket-cli", | ||
| "version": "0.15.0", | ||
| "version": "0.15.1", | ||
| "description": "Command line tool for [LogRocket](https://logrocket.com/).", | ||
@@ -28,4 +28,4 @@ "main": "index.js", | ||
| "glob": "^7.1.1", | ||
| "isomorphic-fetch": "^2.1.1", | ||
| "yargs": "^5.0.0" | ||
| "node-fetch": "^2.7.0", | ||
| "yargs": "^6.0.0" | ||
| }, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { | ||
| value: true | ||
| }); | ||
| exports.executeFetch = executeFetch; | ||
| async function executeFetch(url, options) { | ||
| let result = await fetch(url, options); | ||
| return result; | ||
| } |
Network access
Supply chain riskThis module accesses the network.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
75655
0.42%1633
0.37%11
37.5%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated