Socket
Socket
Sign inDemoInstall

gulp-theo

Package Overview
Dependencies
189
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

2.0.1

Diff

salesforce-ux
published 2.0.0 •

Changelog

Source

[2.0.0]

⚠️ Breaking changes

  • theo is now a peerDependency
  • gulp-theo now just exports a function instead of an object with a plugin property

Migration guide

npm install theo gulp-theo --save-dev
const gulp = require('gulp');
const theo = require('gulp-theo');

gulp
  .src('design/props.yml')
  .pipe(
    theo({
      transform: { type: 'web' },
      format: { type: 'scss' }
    })
  )
  .pipe(gulp.dest('dist'));
salesforce-ux
published 2.0.0-beta.1 •

salesforce-ux
published 1.0.0 •

Changelog

Source

1.0.0

  • Initial release.
salesforce-ux
published 1.0.0-beta.1 •

salesforce-ux
published 1.0.0-alpha.5 •

salesforce-ux
published 1.0.0-alpha.4 •

salesforce-ux
published 1.0.0-alpha.3 •

salesforce-ux
published 1.0.0-alpha.2 •

salesforce-ux
published 1.0.0-alpha.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc