New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

toolpop

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toolpop - npm Package Compare versions

Comparing version
0.4.3
to
0.4.4
+1
-1
package.json
{
"name": "toolpop",
"version": "0.4.3",
"version": "0.4.4",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -8,9 +8,16 @@ # 💬 Toolpop

> [!CAUTION]
> 🚨 Beware of breaking change - if you used toolpop as library you need to change pop -> createPop() in main.ts
>
> 🚨 Breaking change 🚨
>
> The method for manually registering the ✒️ directive has changed. You now need to import and call `createPop()`.
>
> ```diff
> // main.ts
> - import { pop } from 'toolpop'
> - app.directive('pop', pop)
>
> + import { createPop } from 'toolpop'
> + app.directive('pop', createPop())
> ```
```diff
- import { pop } from 'toolpop'
+ import { createPop } from 'toolpop'
```
[DEMO](https://toolpop.jsonkody.cz)

@@ -17,0 +24,0 @@