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

roots-tumblr

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roots-tumblr - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

lib/default.json

8

lib/index.js

@@ -1,5 +0,5 @@

// Generated by CoffeeScript 1.8.0
// Generated by CoffeeScript 1.9.1
(function() {
var BLACKLISTED_FILE_EXTENSIONS, compile, path,
__indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };

@@ -26,4 +26,4 @@ path = require('path');

detect: function(f) {
var _ref;
return _ref = path.extname(f.relative), __indexOf.call(BLACKLISTED_FILE_EXTENSIONS, _ref) < 0;
var ref;
return ref = path.extname(f.relative), indexOf.call(BLACKLISTED_FILE_EXTENSIONS, ref) < 0;
}

@@ -30,0 +30,0 @@ };

{
"name": "roots-tumblr",
"description": "tumblr theme compilation with roots",
"version": "0.0.4",
"version": "0.0.5",
"author": "Sean Lang <slang800@gmail.com>",

@@ -6,0 +6,0 @@ "dependencies": {

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