Gathering detailed insights and metrics for vue-safe-iframe
Gathering detailed insights and metrics for vue-safe-iframe
Gathering detailed insights and metrics for vue-safe-iframe
Gathering detailed insights and metrics for vue-safe-iframe
npm install vue-safe-iframe
Typescript
Module System
Node Version
NPM Version
73.1
Supply Chain
79.4
Quality
75.4
Maintenance
100
Vulnerability
100
License
JavaScript (66.55%)
Vue (33.45%)
Total Downloads
14,246
Last Day
2
Last Week
92
Last Month
674
Last Year
10,267
3 Stars
11 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Aug 14, 2020
Minified
Minified + Gzipped
Latest Version
1.0.4
Package Id
vue-safe-iframe@1.0.4
Size
5.32 kB
NPM Version
6.9.0
Node Version
8.11.2
Published on
Apr 09, 2019
Cumulative downloads
Total Downloads
Last Day
-95.9%
2
Compared to previous day
Last Week
-55.3%
92
Compared to previous week
Last Month
-44.2%
674
Compared to previous month
Last Year
943.4%
10,267
Compared to previous year
1
Display raw HTML code safely in an iFrame.
The module can be initialzed as follows:
1import VueSafeIframe from 'vue-safe-iframe' 2 3Vue.use(VueSafeIframe)
The component vue-safe-iframe
is the automatically available in all
your components.
The following props can be defined:
Prop | Description | Default value |
---|---|---|
html | Raw HTML code that should be displayed inside iFrame | "" |
openLinksInFrame | If links inside the iFrame should be opened in the same frame, per default they open in a new window | false |
allowScripts | If script should be allowed | false |
allowHrefTargets | Enable links to have a target | false |
csp | Define a CSP for the page | null |
stylesheet | Set a stylesheet that should be applied on the iFrame | null |
Copyright 2019 Max Gfeller
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
Found 0/11 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More