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

@intelligo.ai/bonfire

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelligo.ai/bonfire - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

package.json
{
"name": "@intelligo.ai/bonfire",
"version": "1.0.4",
"version": "1.0.5",
"description": "Open source decorators utils for angular",

@@ -13,2 +13,6 @@ "main": "./dist/lib/index",

},
"repository": {
"type": "git",
"url": "https://github.com/intelligogroup/bonfire"
},
"keywords": [

@@ -15,0 +19,0 @@ "angular",

8

README.md

@@ -12,4 +12,4 @@ # Bonfire

You can your code cleaner and simpler with adding just 2 decorators to your code.
We know that angular change detection is not simple if you want it to be officent, so I made Bonfire.
You can make your code cleaner and simpler with adding just 2 decorators to your code.
We know that angular change detection is not simple if you want it to be officiant. So I made Bonfire.
Simple solution to hard problem.

@@ -23,4 +23,2 @@

Install the dependencies and devDependencies and start the server.
```sh

@@ -37,3 +35,3 @@ $ npm i @intelligo.ai/bonfire

| (1) ReRenderOnChange | The decorator on the component is actually what causes the other decorators to use change detection | Put it on the top of the component and make sure the component have change detection injected |
| (2) SetPicker | Put it on a property we want to trigger re-render ***only*** if it changed | Just put it on the property |
| (2) SetChecker | Put it on a property we want to trigger re-render ***only*** if it changed | Just put it on the property |
| (3) WithObservable | Generate a behavior subject (Observable), Which emit values that stored in the original property (You don't need to maintain it at all! Just use it) | Put in on the original property and next to it write the same property name with '$', it will store automatically |

@@ -40,0 +38,0 @@

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