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

sheetify

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sheetify - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

2

package.json
{
"name": "sheetify",
"version": "4.0.3",
"version": "4.0.4",
"description": "Modular CSS bundler",

@@ -5,0 +5,0 @@ "repository": "sheetify/sheetify",

@@ -31,3 +31,3 @@ const browserify = require('browserify')

function log (msg) {
t.equal(msg, 0, 'empty message')
t.equal(msg, '_b9e94bdb', 'echoes prefix')
const expected = fs.readFileSync(expectpath, 'utf8')

@@ -34,0 +34,0 @@ const outfile = fs.readFileSync(outpath, 'utf8')

@@ -82,3 +82,3 @@ const mapLimit = require('map-limit')

eos(ws, done)
node.update('0')
node.update('"' + prefix + '"')
ws.end(css)

@@ -90,3 +90,3 @@ })

eos(ws, done)
node.update('0')
node.update('"' + prefix + '"')
ws.write(css)

@@ -93,0 +93,0 @@ done()

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