New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gilt-tech/swig-bundle

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gilt-tech/swig-bundle - npm Package Compare versions

Comparing version 2.0.0 to 2.5.3

3

index.js

@@ -66,2 +66,3 @@

const fs = require('fs');
const execa = require('execa');
const merge = require('merge-stream');

@@ -149,3 +150,3 @@ const concat = require('./lib/concat-experience');

];
const raw = yield swig.exec(commands.join('; '));
const raw = yield execa.shell(commands.join('; '));
const result = JSON.parse(raw.stdout);

@@ -152,0 +153,0 @@

{
"name": "@gilt-tech/swig-bundle",
"description": "Bundles JavaScript assets.",
"version": "2.0.0",
"version": "2.5.3",
"repository": "https://github.com/gilt/swig/tree/master/packages/swig-bundle",

@@ -20,2 +20,3 @@ "keywords": [

"concat-with-sourcemaps": "^1.0.0",
"execa": "^0.6.0",
"globby": "^6.1.0",

@@ -30,4 +31,3 @@ "gulp-sourcemaps": "^2.0.0",

"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {}
}
}
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