Socket
Socket
Sign inDemoInstall

live-guide

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-guide - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

lib/filter-array/lib/syntax.js

@@ -55,3 +55,3 @@ 'use strict';

description: 'Ability to have a file skipped over entirely, useful for globbing entire directories, whiel still avoiding files',
pattern: /^(?:@skip-file|@ignore-file)/gm,
pattern: /(?:@skip-file|@ignore-file)/,
task: function(obj) {

@@ -58,0 +58,0 @@ if (this.pattern.test(obj.rawComments)) {

{
"name": "live-guide",
"version": "0.3.5",
"version": "0.3.6",
"description": "Generate style guides based on CSS, Sass, or Scss files",

@@ -5,0 +5,0 @@ "author": {

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