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

@gluestack/framework

Package Overview
Dependencies
Maintainers
16
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gluestack/framework - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

helpers/remove-special-chars.js

10

actions/install.js

@@ -15,2 +15,3 @@ const { isEmpty, indexOf } = require('lodash');

const getDependencies = require('../helpers/get-dependencies');
const removeSpecialChars = require('../helpers/remove-special-chars');

@@ -33,2 +34,4 @@ const prefix = 'glue-plugin-';

instanceName = removeSpecialChars(instanceName);
if (instanceName.indexOf('/') !== -1) {

@@ -41,2 +44,9 @@ error(

if (instanceName.indexOf('/') !== -1) {
error(
`${instanceName} is not valid, does not support nested instance.`
);
process.exit(0);
}
// adding the installed plugins

@@ -43,0 +53,0 @@ const pluginInstancesFilePath =

2

package.json
{
"name": "@gluestack/framework",
"version": "0.0.36",
"version": "0.0.37",
"description": "Framework code of gluestack",

@@ -5,0 +5,0 @@ "main": "glue.js",

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