You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

css-in-js-loader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-in-js-loader - npm Package Compare versions

Comparing version

to
0.1.2

2

index.js

@@ -19,3 +19,3 @@ var path = require('path');

var callback = this.async();
if (path.extname(request) === '.js') {
if (['.js', '.ts'].indexOf(path.extname(request)) >= 0) {
produce(this, request, callback);

@@ -22,0 +22,0 @@ } else {

{
"name": "css-in-js-loader",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

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