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

paperclip-source-writer

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paperclip-source-writer

Internal util for writing source code from the designer

latest
npmnpm
Version
18.3.8
Version published
Weekly downloads
91
139.47%
Maintainers
1
Weekly downloads
 
Created
Source
const writer = new PCSourceWriter(engine);
writer.handleEvent({
  kind: "ANNOTATIONS_CHANGED"
});
writer.onContentChanged(function(uri, content) {
  vscode.updateContent(uri, content);
});

FAQs

Package last updated on 06 Jan 2022

Did you know?

Socket

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.

Install

Related posts