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

connect-assets-jspaths

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-assets-jspaths - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "connect-assets-jspaths",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://jgable.github.com/connect-assets-jspaths",

@@ -5,0 +5,0 @@ "description": "Helps with getting the paths to your connect-assets javascript files.",

@@ -31,2 +31,14 @@ connect-assets-jspaths

### Watch changes and re-compile
Now you can pass some additional callbacks in and it will monitor your connect assets directories for changes.
fileChangedCallback = (err, filePath) ->
console.log "File Changed: #{filePath}"
jsPaths assets, console.log, fileChangedCallback, (err, watcher) ->
console.log "Watcher initialized"
**NOTE** You'll probably want to disable this for production mode.
### View Usage

@@ -33,0 +45,0 @@

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