Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-transform-scss-uxtx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-scss-uxtx - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

8

lib/index.js
const {resolve, dirname, join} = require("path");
const {renderSync} = require("node-sass");
const nodeSassImportOnce = require("node-sass-import-once")
const nodeSassOnceImporter = require("node-sass-once-importer")

@@ -54,7 +54,3 @@ const regexps = {

includePaths: [nodeModulesPath, scssFileDirectory, projectRoot],
importer: [nodeSassImportOnce],
importOnce: {
css: true,
bower: false
}
importer: nodeSassOnceImporter()
};

@@ -61,0 +57,0 @@ const sassResult = renderSync({...sassDefaults, ...state.opts});

{
"name": "babel-plugin-transform-scss-uxtx",
"version": "1.0.13",
"version": "1.0.14",
"description": "Babel plugin for transpile scss or sass imports to css and embedding them in the head of the document",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"node-sass": "^4.14.1",
"node-sass-import-once": "^1.2.0"
"node-sass-once-importer": "^5.3.2"
},

@@ -39,4 +39,5 @@ "dependencies": {

"node-sass-import-once": "^1.2.0",
"node-sass-once-importer": "^5.3.2",
"path": "^0.12.7"
}
}
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