New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sfdc-generate-package

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfdc-generate-package - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

lib/strategies/type-strategies/aura-type-strategy.js

4

lib/factories/type-strategy-factory.js

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

const InFolder = require('../strategies/type-strategies/infolder-type-strategy');
const Aura = require('../strategies/type-strategies/aura-type-strategy');
const metadata = require('../utils/metadata');

@@ -19,3 +20,4 @@

'Report' : InFolder,
'Dashboard' : InFolder
'Dashboard' : InFolder,
'AuraDefinitionBundle' : Aura
};

@@ -22,0 +24,0 @@

{
"name": "sfdc-generate-package",
"version": "2.0.1",
"version": "2.1.0",
"description": "generate package.xml from source",

@@ -5,0 +5,0 @@ "keyword": [

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