Socket
Socket
Sign inDemoInstall

smokestack

Package Overview
Dependencies
347
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

28

instrument.js

@@ -81,17 +81,13 @@ var xhr = require('xhr')

mapErrors.install({
handleUncaughtExceptions: false
, retrieveSourceMap: function(source) {
return {
url: source
, map: cachedSourceMap && cachedSourceMap.sourcemap || ''
handleUncaughtExceptions: false
, retrieveSourceMap: function(source) {
return {
url: source
, map: cachedSourceMap && cachedSourceMap.sourcemap || ''
}
}
}
})
})
}
// now that we've gotten the source map, we can run the tests
var script = document.createElement("script")
script.type = "text\/javascript"
document.body.appendChild(script)
script.src = 'script.js'
start()
})

@@ -158,1 +154,9 @@

}
function start() {
// now that we've gotten the source map, we can run the tests
var script = document.createElement("script")
script.type = "text\/javascript"
document.body.appendChild(script)
script.src = 'script.js'
}
{
"name": "smokestack",
"version": "3.2.1",
"version": "3.2.2",
"description": "Pipe your JavaScript into a browser, logging console output in Node",

@@ -21,28 +21,28 @@ "main": "index.js",

"dependencies": {
"bl": "^0.9.3",
"chrome-launch": "^1.1.1",
"convert-source-map": "^0.6.0",
"debug": "^2.0.0",
"firefox-launch": "^1.0.0",
"is-dom": "~1.0.4",
"bl": "^0.9.4",
"chrome-launch": "^1.1.3",
"convert-source-map": "^1.0.0",
"debug": "^2.1.3",
"firefox-launch": "^1.0.2",
"is-dom": "~1.0.5",
"localtunnel": "^1.5.0",
"minimist": "~1.1.0",
"minimist": "~1.1.1",
"mkdirp": "^0.5.0",
"rimraf": "~2.2.8",
"rimraf": "~2.3.2",
"shoe": "0.0.15",
"source-map": "^0.1.43",
"source-map-support": "^0.2.9",
"split": "^0.3.0",
"source-map": "^0.4.2",
"source-map-support": "^0.2.10",
"split": "^0.3.3",
"synthetic-dom-events": "^0.2.2",
"tap-finished": "0.0.1",
"through2": "^0.6.2",
"through2": "^0.6.3",
"wd": "^0.3.11",
"xhr": "^1.17.1"
"xhr": "^2.0.1"
},
"devDependencies": {
"browserify": "^6.0.3",
"browserify": "^9.0.3",
"pngparse-sync": "^1.0.2",
"sliced": "0.0.5",
"tap-spec": "^1.0.1",
"tape": "~3.0.0"
"tap-spec": "^2.2.2",
"tape": "~3.5.0"
},

@@ -49,0 +49,0 @@ "repository": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc