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 6.1.0 to 6.1.1

4

package.json
{
"name": "sheetify",
"version": "6.1.0",
"version": "6.1.1",
"description": "Modular CSS bundler",

@@ -24,3 +24,3 @@ "repository": "stackcss/sheetify",

"dependencies": {
"falafel": "^1.2.0",
"falafel": "^2.1.0",
"insert-css": "^2.0.0",

@@ -27,0 +27,0 @@ "map-limit": "0.0.1",

@@ -58,4 +58,4 @@ const cssResolve = require('style-resolve').sync

try {
const tmpAst = falafel(src, { ecmaVersion: 6 }, identifyModuleName)
ast = falafel(tmpAst.toString(), { ecmaVersion: 6 }, extractNodes)
const tmpAst = falafel(src, { ecmaVersion: 8 }, identifyModuleName)
ast = falafel(tmpAst.toString(), { ecmaVersion: 8 }, extractNodes)
} catch (err) {

@@ -62,0 +62,0 @@ return self.emit('error', err)

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