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

@xo-union/util-snippet-generator

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xo-union/util-snippet-generator - npm Package Compare versions

Comparing version 1.0.5-alpha.142 to 1.0.5

7

lib/index.js

@@ -8,4 +8,4 @@ 'use strict';

var createSnippetGenerator = function createSnippetGenerator(template, defaultVariableMap) {
return function () {
function createSnippetGenerator(template, defaultVariableMap) {
return function generateProgressiveCode() {
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},

@@ -31,3 +31,2 @@ variables = _ref.variables,

minifyJS: true,
minifyCSS: true,
collapseWhitespace: true,

@@ -41,4 +40,4 @@ removeComments: true,

};
};
}
module.exports = createSnippetGenerator;
{
"name": "@xo-union/util-snippet-generator",
"version": "1.0.5-alpha.142+fab54631",
"version": "1.0.5",
"main": "lib/index.js",

@@ -15,3 +15,3 @@ "files": [

},
"gitHead": "fab54631998b3047759a3f7c737029e43a7aa32b"
"gitHead": "f8d191bf1dace5f67f8d815f3b7b9936809b5d86"
}
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