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

junk

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

junk - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

junk.js
'use strict';
exports.rules = [
// All
/^npm-debug\.log$/, // npm error log
/^\..*\.swp$/, // vim state
// OS X

@@ -18,3 +21,3 @@ /^\.DS_Store/, // stores custom folder attributes

/^ehthumbs\.db$/, // folder config file
/^Desktop\.ini$/ // stores custom folder attributes
/^Desktop\.ini$/ // stores custom folder attributes
];

@@ -21,0 +24,0 @@

4

package.json
{
"name": "junk",
"version": "0.2.1",
"version": "0.2.2",
"description": "Helps you filter out OS junk files like .DS_Store and Thumbs.db",

@@ -32,3 +32,3 @@ "keywords": [

"devDependencies": {
"mocha": "~1.9.0"
"mocha": "~1.15.1"
},

@@ -35,0 +35,0 @@ "engines": {

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