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

custom-functions-metadata-plugin

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-functions-metadata-plugin - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

3

lib/loader.js
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
const loader_utils_1 = require("loader-utils");
const customfunctionsplugin_1 = __importDefault(require("./customfunctionsplugin"));
function addFunctionAssociations(source) {
const input = (0, loader_utils_1.getOptions)(this).input;
const input = this.getOptions().input;
if (!customfunctionsplugin_1.default.generateResults[input]) {

@@ -9,0 +8,0 @@ return source;

{
"name": "custom-functions-metadata-plugin",
"version": "1.4.3",
"version": "1.4.4",
"author": "Office Dev",

@@ -29,7 +29,5 @@ "bugs": {

"dependencies": {
"custom-functions-metadata": "^1.4.3",
"loader-utils": "^3.2.0"
"custom-functions-metadata": "^1.4.3"
},
"devDependencies": {
"@types/loader-utils": "^2.0.3",
"@types/node": "^14.17.2",

@@ -44,3 +42,3 @@ "concurrently": "^6.2.2",

},
"gitHead": "e9cd6b6456c7b79621e5d4c07206e6cc1ab47df9"
"gitHead": "e0b8cce90584e3d9904440c88fb72c197388ff38"
}

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