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

concent-plugin-async-computed-status

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concent-plugin-async-computed-status - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

helper.js

@@ -72,3 +72,3 @@ var { getComputed, appendState, setState, getState } = require('concent');

const subComputed = rootComputed[module];
const subComputed = targetComputed[module];
Object.keys(subComputed).forEach(function (retKey) {

@@ -75,0 +75,0 @@ state[makeCuStateKey(module, retKey)] = makeCuState(true, retKey);

{
"name": "concent-plugin-async-computed-status",
"version": "1.0.0",
"version": "1.0.1",
"description": "a plugin for control your loading state",

@@ -27,6 +27,3 @@ "main": "index.js",

"concent": "^2.7.0"
},
"dependencies": {
"concent": "^2.7.2"
}
}
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