New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

compass

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compass - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.npmignore

0

lib/compass.js

@@ -0,0 +0,0 @@ var exec = require('child_process').exec;

2

package.json
{
"name": "compass",
"version": "0.1.0",
"version": "0.1.1",
"description": "Compass for node.js",

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

@@ -26,4 +26,4 @@ # compass

app = express();
app.use(compass({ cwd: __dirname + 'public' })
app.use(express.static(__dirname + 'public');
app.use(compass({ cwd: __dirname + 'public' }));
app.use(express.static(__dirname + 'public'));
```

@@ -53,2 +53,2 @@

If you want to customize stuff, please use a `config.rb` ([http://compass-style.org/help/tutorials/configuration-reference](configuration reference))
If you want to customize stuff, please use a `config.rb` ([http://compass-style.org/help/tutorials/configuration-reference](configuration reference))

@@ -0,0 +0,0 @@ var compass = require('../lib/compass'),

Sorry, the diff of this file is not supported yet

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