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

@tabula/forge

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tabula/forge - npm Package Versions

123

0.2.2

Diff

Changelog

Source

0.2.2

Patch Changes

tabula
published 0.2.1 •

Changelog

Source

0.2.1

Patch Changes

tabula
published 0.2.0 •

Changelog

Source

0.2.0

Minor Changes

  • #4 8dddd8d Thanks @demiazz! - adds support of packages resolve in the Sass

    The forge resolves external packages through ~<pkg> urls.

    Example:

    @use '~@tabula/ui-theme' as theme;
    
    .root {
      background-color: theme.$color--primary;
    }
    

    It will search <pkg> in dependencies through Node.js require, and try to read sass field in the package.json of the founded package.

    Example:

    {
      "name": "@tabula/ui-theme",
      "sass": "./sass/index.scss"
    }
    

    will be resolved to the <node_modules>/@tabula/ui-theme/sass/index.scss.

Patch Changes

tabula
published 0.1.1 •

Changelog

Source

0.1.1

Patch Changes

tabula
published 0.1.0 •

Changelog

Source

0.1.0

Minor Changes

tabula
published 0.0.0 •

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