New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 0.0.10

2

package.json
{
"name": "@veams/bp-redux",
"version": "0.0.9",
"version": "0.0.10",
"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,

@@ -12,0 +5,0 @@ type: 'confirm',

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