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

rjss-loader

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rjss-loader - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

index.js

@@ -16,3 +16,3 @@ var RJSS = require('rjss');

var transform = rjss.parseContent(source, {
var transform = rjss.parseContentSync(source, {
path: this.resource

@@ -19,0 +19,0 @@ });

@@ -63,2 +63,3 @@ /******/ (function(modules) { // webpackBootstrap

var style = {};
style.color = "#9871DA";
style.foo = ((typeof values.foo !== 'undefined') ? values.foo : $im_0.d.foo);

@@ -65,0 +66,0 @@ return style;

{
"name": "rjss-loader",
"version": "0.0.3",
"version": "0.0.4",
"description": "Webpack loader for the RJSS style syntax",

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

"dependencies": {
"rjss": "~0.0.9",
"rjss": "~0.1.0",
"loader-utils": "~0.2.6"
}
}
# rjss-loader
Webpack loader for the RJSS style syntax
https://github.com/orktes/rjss
## Usage:

@@ -5,0 +7,0 @@

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