Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@xsfour/sketch-module-web-view
Advanced tools
A fork of https://github.com/skpm/sketch-module-web-view
A Sketch module for creating a complex UI with a webview. The API is mimicking the BrowserWindow API of Electron.
To use this module in your Sketch plugin you need a bundler utility like skpm and add it as a dependency:
npm install -S sketch-module-web-view
You can also use the with-webview skpm template to have a solid base to start your project with a webview:
skpm create my-plugin-name --template=skpm/with-webview
The version 2.x is only compatible with Sketch >= 51. If you need compatibility with previous versions of Sketch, use the version 1.x
import BrowserWindow from 'sketch-module-web-view'
export default function() {
const options = {
identifier: 'unique.id',
}
const browserWindow = new BrowserWindow(options)
browserWindow.loadURL(require('./my-screen.html'))
}
MIT
FAQs
A fork of https://github.com/skpm/sketch-module-web-view
The npm package @xsfour/sketch-module-web-view receives a total of 4 weekly downloads. As such, @xsfour/sketch-module-web-view popularity was classified as not popular.
We found that @xsfour/sketch-module-web-view demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.