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

elm-css

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-css - npm Package Compare versions

Comparing version 0.7.0-beta6 to 0.7.0-beta7

2

index.js

@@ -90,3 +90,3 @@ //@flow

modules.map(function(modul) {
return writeFile(path.join(generatedDir, "classes"), modul);
return writeFile(path.join(generatedDir, "styles"), modul);
})

@@ -93,0 +93,0 @@ )

@@ -74,3 +74,3 @@ // @flow

const filename = path.join(directory, "Css.elm");
const filename = path.join(directory, "Styles.elm");
fs.writeFile(filename, generateModule(modul), function(fileError) {

@@ -77,0 +77,0 @@ if (fileError) return reject(fileError);

{
"name": "elm-css",
"version": "0.7.0-beta6",
"version": "0.7.0-beta7",
"description": "Elm-based CSS Preprocessor",

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

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