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

assetgraph

Package Overview
Dependencies
Maintainers
1
Versions
569
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetgraph - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

lib/assets/Less.js

2

lib/assets/Html.js

@@ -174,3 +174,3 @@ var util = require('util'),

var rel = node.getAttribute('rel').toLowerCase();
if (rel === 'stylesheet' && isRelationUrl(node.getAttribute('href'))) {
if (/\bstylesheet(?:\/less)?\b/i.test(rel) && isRelationUrl(node.getAttribute('href'))) {
outgoingRelations.push(new relations.HtmlStyle({

@@ -177,0 +177,0 @@ from: this,

@@ -5,3 +5,3 @@ {

"repository": "git://github.com/One-com/assetgraph.git",
"version": "0.3.15",
"version": "0.3.16",
"maintainers": [

@@ -14,18 +14,19 @@ {

"dependencies": {
"uglify-js": "= 1.1.0",
"yui-compressor": "= 0.1.3",
"bufferjs": "= 1.0.2",
"closure-compiler": "= 0.1.1",
"underscore": "= 1.2.0",
"optimist": "= 0.2.6",
"coffee-script": "= 1.1.2",
"cssmin": "= 0.3.0",
"request": "= 2.1.1",
"cssom-papandreou": "= 0.2.0-patch1",
"glob": "= 2.0.9",
"graphviz": "= 0.0.3",
"bufferjs": "= 1.0.2",
"iconv": "= 1.1.2",
"jsdom": "= 0.2.9",
"less": "= 1.1.5",
"optimist": "= 0.2.6",
"request": "= 2.1.1",
"seq": "= 0.3.5",
"temp": "= 0.2.0",
"coffee-script": "= 1.1.2",
"jsdom": "= 0.2.9",
"cssom-papandreou": "= 0.2.0-patch1"
"uglify-js": "= 1.1.0",
"underscore": "= 1.2.0",
"yui-compressor": "= 0.1.3"
},

@@ -32,0 +33,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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