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

node-sass-json-importer

Package Overview
Dependencies
Maintainers
24
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sass-json-importer - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

3

CHANGELOG.md
# Changelog
## 3.3.1
* Remove support for one element lists. `3.3.0` broke parsing of empty lists (#67).
## 3.3.0

@@ -4,0 +7,0 @@ * Add support for one element lists.

4

dist/node-sass-json-importer.js

@@ -29,3 +29,3 @@ 'use strict';

require('json5/lib/require');
require('json5/lib/register');

@@ -102,3 +102,3 @@ // Enable JSON5 support

return parseValue(value);
}).join(',') + ',)';
}).join(',') + ')';
}

@@ -105,0 +105,0 @@

{
"name": "node-sass-json-importer",
"version": "3.3.0",
"version": "3.3.1",
"description": "Allows importing json in sass files parsed by node-sass.",

@@ -27,4 +27,4 @@ "main": "dist/node-sass-json-importer.js",

"is-there": "^4.0.0",
"json5": "0.5.1",
"lodash": "^3.10.1"
"json5": "^1.0",
"lodash": "^4.17"
},

@@ -31,0 +31,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