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

pict

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pict

Pict browser library.

  • 1.0.47
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
106
decreased by-26.39%
Maintainers
1
Weekly downloads
 
Created
Source

Pict

Behaviors and access to Retold stuff in the browser.

Uses browserify to generate dist/pict.* and such from node modules.

Currently relies on Fable-Settings but may change.

Building

gulp minified
gulp debug

(or)

gulp build

A PICT Web Application

There is a main controller, the PICT Controller, which handles brokerage between the data sources and the view data.

Eventually we will want to add a mechanism for persisting ViewData and ViewConfig pairs, as well as in isolate. We've used the term Project to describe these, but, it is so generic and we already use that term elsewhere in the HeadLight ecosystem.

               +-----------------------+
               |                       |
    +--------->+    Pict Controller    +<--------+
    |          |                       |         |
    |          +-----------------------+         |
    |                                            |
    |                                            |
    |                                            |

+-------+--------+ +-------+------+ | | | | | DataSource | | ViewData +--------------------->+ | | | | | +----------------+ +--------------+ | ^ | | | | | | | | | | | | | +----------------+ +---------+--------+ | | | | | ViewConfig +---------->+ View | | | | | +----------------+ +---------+--------+ | | | | | +--------+--------+ | | | View Renderer | | | +-----------------+

Notes:

If when you try to gulp build or gulp debug you get the following error:

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (93)

You can run this simple command to fix it:

npm rebuild node-sass

FAQs

Package last updated on 24 May 2023

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

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