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

@geins/ralph-module-streamify

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geins/ralph-module-streamify - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

lib/module.js
const path = require('path');
const { requireNuxtVersion } = require('./compatibility');

@@ -18,6 +17,2 @@ // Change this to match your module name

module.exports = async function(moduleOptions) {
requireNuxtVersion(this.nuxt, '2.0.0');
const { nuxt } = this;
const consola = require('consola');
const options = {

@@ -33,4 +28,2 @@ ...defaults,

consola.info(`[${options.name}]`, 'Initializing module...');
this.addTemplate({

@@ -37,0 +30,0 @@ src: path.resolve(__dirname, 'module.utils.js'),

2

package.json
{
"name": "@geins/ralph-module-streamify",
"version": "1.0.1",
"version": "1.0.2",
"description": "Streamify module for Geins PWA Storefront Ralph",

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

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