🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
0.7.0-beta6

2

examples/generated-classes/css/elm-package.json
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"repository": "https://github.com/rtfeldman/elm-css.git",
"license": "BSD3",

@@ -6,0 +6,0 @@ "source-directories": [

{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"repository": "https://github.com/rtfeldman/elm-css",
"license": "BSD3",

@@ -6,0 +6,0 @@ "source-directories": [

@@ -15,3 +15,5 @@ // @flow

function classNameForValue(moduleName /*: string*/, valueName /*: string*/) {
return moduleName.replace(".", "-") + "-" + valueName;
return (
moduleName.replace(allDots, "-") + "-" + valueName.replace(allDots, "-")
);
}

@@ -23,3 +25,3 @@

return (
valueName.replace(allDots, "-") +
valueName +
" : Html.Attribute msg\n" +

@@ -26,0 +28,0 @@ valueName +

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

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