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

laravel-elixir-wiredep

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-elixir-wiredep - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

@@ -15,3 +15,3 @@ var gulp = require('gulp');

opts.ignorePath = opts.ignorePath || /(\..\/)*public\//;
opts.ignorePath = opts.ignorePath || /(\..\/)*public/;
opts.fileTypes = opts.fileTypes || {

@@ -25,4 +25,4 @@ php: {

replace: {
js: '<script src="{{ asset(\'{{filePath}}\') }}"></script>',
css: '<link rel="stylesheet" href="{{ asset(\'{{filePath}}\') }}" />'
js: '<script src="{{filePath}}"></script>',
css: '<link rel="stylesheet" href="{{filePath}}" />'
}

@@ -29,0 +29,0 @@ }

{
"name": "laravel-elixir-wiredep",
"version": "0.1.1",
"version": "0.1.2",
"description": "Laravel Elixir Wiredep extension",

@@ -5,0 +5,0 @@ "main": "index.js",

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