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

create-bifrost-module

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-bifrost-module - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

4

lib/index.js

@@ -182,5 +182,2 @@ #!/usr/bin/env node

});
console.log(sourceTemplateCompiled);
console.log('-------------------');
console.log(sourceTemplateResult);
// Fragment

@@ -221,2 +218,3 @@ console.log(chalk.grey(`\tCompiling ${fragmentTemplateName}`));

console.log(`\nCreating files`);
console.log(sourceTemplateResult);
const sourceFilePath = path.join(localDir, localSrcDir, `${name}.ts`);

@@ -223,0 +221,0 @@ console.log(chalk.grey(`\tCreating ${sourceFilePath}`));

{
"name": "create-bifrost-module",
"version": "1.0.15",
"version": "1.0.16",
"description": "BIFROST create module script",

@@ -5,0 +5,0 @@ "scripts": {

@@ -206,6 +206,2 @@ #!/usr/bin/env node

console.log(sourceTemplateCompiled)
console.log('-------------------')
console.log(sourceTemplateResult)
// Fragment

@@ -252,2 +248,4 @@ console.log(chalk.grey(`\tCompiling ${fragmentTemplateName}`))

console.log(sourceTemplateResult)
const sourceFilePath = path.join(localDir, localSrcDir, `${name}.ts`)

@@ -254,0 +252,0 @@ console.log(chalk.grey(`\tCreating ${sourceFilePath}`))

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