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

absurd

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absurd - npm Package Compare versions

Comparing version 0.2.75 to 0.2.76

tests/bugs/use.import.in.css.file.spec.js

2

client-side/build/absurd.js

@@ -1,2 +0,2 @@

/* version: 0.2.75 */
/* version: 0.2.76 */
var Absurd = (function(w) {

@@ -3,0 +3,0 @@ var lib = {

@@ -1,2 +0,2 @@

/* version: 0.2.75 */
/* version: 0.2.76 */
var Organic = (function(w){

@@ -3,0 +3,0 @@ var o = {

@@ -87,2 +87,3 @@ var path = require("path");

'!tests/bugs/css.import.multiple.classes.spec.js',
'!tests/bugs/use.import.in.css.file.spec.js',
'!tests/experimental/csstojson.spec.js'

@@ -89,0 +90,0 @@ ],

@@ -58,3 +58,4 @@ var fs = require('fs');

_api.handlecssimport = function(rule, cssPath) {
_api.import(path.dirname(cssPath) + "/" + rule.import.replace(/"/g, ''));
cssPath = path.resolve(path.dirname(cssPath) + "/" + rule.import.replace(/"/g, '').replace(/'/g, ''));
_api.import(cssPath);
return _api;

@@ -61,0 +62,0 @@ }

{
"name": "absurd",
"version": "0.2.75",
"version": "0.2.76",
"homepage": "http://krasimir.github.io/absurd",

@@ -5,0 +5,0 @@ "description": "CSS/HTML preprocessor. Check out krasimirtsonev.com/blog/article/AbsurdJS-fundamentals",

@@ -22,5 +22,5 @@ describe("Wrong output on combineSelectors:false", function() {

done();
}, {minify: true});
}, {minify: true, combineSelectors: false});
})
});

Sorry, the diff of this file is too big to display

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