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.6.0-vue.1

12

index.js

@@ -161,5 +161,15 @@

// NOTE: exlcuding src/ as we want to fetch from the new app/ folder
// NOTE: For current node apps, `src/` folder contains untranspiled sources, which will be
// transpiled and put into `app/`. Therefore ignoring the `src/` altogether, as we don't want
// to send incompatible code to old browsers
`!${path.join(swig.target.path, '/public/js/**/src/**/*.js')}`,
// NOTE: Modern apps which want to leverage on smarter bundling mechanics, i.e. webpack based
// Can and should produce their artifacts in folder ignored by the swig bundling system,
// which could inadvertently nullify any possible dynamic loading strategy or similar.
// Choose one of the following: vue-app/ | artifacts/ | build/
`!${path.join(swig.target.path, '/public/js/**/vue-app/**/*.js')}`,
`!${path.join(swig.target.path, '/public/js/**/artifacts/**/*.js')}`,
`!${path.join(swig.target.path, '/public/js/**/build/**/*.js')}`,
`!${path.join(swig.target.path, '/public/js/**/internal/**/*.js')}`,

@@ -166,0 +176,0 @@ `!${path.join(swig.target.path, '/public/js/**/vendor/**/*.js')}`,

2

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

@@ -6,0 +6,0 @@ "keywords": [

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