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

jspackage

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspackage - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

14

lib/watch.js

@@ -1,4 +0,4 @@

var fs, watchFileFallback, watchFile, watchFilesOnce, out$ = typeof exports != 'undefined' && exports || this;
var fs, watchFile, out$ = typeof exports != 'undefined' && exports || this;
fs = require('fs');
watchFileFallback = function(filename, options, cb){
function watchFileFallback(filename, options, cb){
options.interval = 701;

@@ -15,5 +15,6 @@ fs.watchFile(filename, options, function(curr, prev){

};
};
}
watchFile = fs.watch || watchFileFallback;
import$(out$, watchFilesOnce = function(files, cb){
out$.watchFilesOnce = watchFilesOnce;
function watchFilesOnce(files, cb){
var watchers, close, doCallback, i$, len$, file, watcher, err;

@@ -48,7 +49,2 @@ watchers = [];

};
});
function import$(obj, src){
var own = {}.hasOwnProperty;
for (var key in src) if (own.call(src, key)) obj[key] = src[key];
return obj;
}
{
"name": "jspackage",
"description": "build tool which adds client-side import syntax",
"version": "0.4.8",
"version": "0.4.9",
"author": {

@@ -6,0 +6,0 @@ "name": "Andrew Kelley",

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