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

some-javascript-brunch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

some-javascript-brunch - npm Package Compare versions

Comparing version 0.0.2 to 1.6.0

4

lib/index.js

@@ -16,6 +16,6 @@ (function(){

path = path.replace(/\\/g, '/');
return callback(null, in$(path, this.files) ? data : "");
callback(null, in$(path, this.files) ? data : null);
} catch (e$) {
e = e$;
return callback(e);
callback(e);
}

@@ -22,0 +22,0 @@ };

{
"name": "some-javascript-brunch",
"version": "0.0.2",
"version": "1.6.0",
"description": "Allows you to make Brunch compile only the javascripts you want.",

@@ -5,0 +5,0 @@ "github": "Nami-Doc/some-javascript-brunch",

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