Socket
Socket
Sign inDemoInstall

@bafsllc/node

Package Overview
Dependencies
0
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "@bafsllc/node",
"version": "0.0.4",
"version": "0.0.5",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "generators": "./generators.json",

@@ -7,4 +7,4 @@ "use strict";

const fileReplacements = projects.reduce((allReplacements, project) => {
var _a, _b, _c;
const projectFileReplacements = (_c = (_b = (_a = project === null || project === void 0 ? void 0 : project.targets) === null || _a === void 0 ? void 0 : _a.build) === null || _b === void 0 ? void 0 : _b.configurations) === null || _c === void 0 ? void 0 : _c[context.configurationName].fileReplacements;
var _a, _b, _c, _d;
const projectFileReplacements = (_d = (_c = (_b = (_a = project === null || project === void 0 ? void 0 : project.targets) === null || _a === void 0 ? void 0 : _a.build) === null || _b === void 0 ? void 0 : _b.configurations) === null || _c === void 0 ? void 0 : _c[context.configurationName]) === null || _d === void 0 ? void 0 : _d.fileReplacements;
if (projectFileReplacements) {

@@ -11,0 +11,0 @@ allReplacements.push(...projectFileReplacements);

Sorry, the diff of this file is not supported yet

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