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

@veams/bp-redux

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veams/bp-redux - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "@veams/bp-redux",
"version": "0.0.8",
"version": "0.0.9",
"description": "Blueprint templates for redux store.",

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

module.exports = (context) => {
return [
{
when: (answers) => answers.blueprints.indexOf('/store/bp.reducer.js.ejs') !== -1,
type: 'confirm',
name: 'entitiesObject',
message: 'Do you want to save your entities payload in an object based structure?',
default: true
},
{
when: (answers) => answers.blueprints.indexOf('/services/bp.service.js.ejs') !== -1,

@@ -17,3 +24,3 @@ type: 'confirm',

{
name: 'VeamsHttp',
name: '@veams/http-service',
value: 'veamsHttp'

@@ -20,0 +27,0 @@ },

@@ -10,3 +10,3 @@ # Veams Blueprint :: Redux (`@veams/bp-redux`)

1. First of all be sure you have installed `veams-cli`.
1. First of all be sure you have installed `@veams/cli`.
1. After that be sure your project contains a [`veams-cli.json`](https://github.com/Sebastian-Fitzner/generator-veams/blob/dev/generators/app/templates/veams-cli.json).

@@ -13,0 +13,0 @@ 1. Make sure you have updated `veams-cli.json` to fit the needs of your project.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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