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.10 to 1.0.11

3

lib/index.js

@@ -11,3 +11,4 @@ #!/usr/bin/env node

import inquirer from 'inquirer';
import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs-extra';
import pkg from 'fs-extra';
const { existsSync, mkdirSync, readFileSync, writeFileSync } = pkg;
import Handlebars from 'handlebars';

@@ -14,0 +15,0 @@ import commandLineArgs from 'command-line-args';

{
"name": "create-bifrost-module",
"version": "1.0.10",
"version": "1.0.11",
"description": "BIFROST create module script",

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

@@ -12,3 +12,4 @@ #!/usr/bin/env node

import inquirer from 'inquirer'
import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs-extra'
import pkg from 'fs-extra';
const { existsSync, mkdirSync, readFileSync, writeFileSync } = pkg
import Handlebars from 'handlebars'

@@ -15,0 +16,0 @@ import { execSync } from 'child_process'

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