Socket
Socket
Sign inDemoInstall

stack-generator

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

component.json

2

karma.conf.ci.js

@@ -101,3 +101,3 @@ module.exports = function (config) {

'node_modules/stackframe/dist/stackframe.js',
'dist/stack-generator.js',
'stack-generator.js',
'spec/spec-helper.js',

@@ -104,0 +104,0 @@ 'spec/*-spec.js'

@@ -6,5 +6,6 @@ {

"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
"Oliver Salzburg (https://github.com/oliversalzburg)"
],
"version": "1.0.5",
"version": "1.0.6",
"license": "SEE LICENSE IN LICENSE",

@@ -21,7 +22,7 @@ "keywords": [

"dependencies": {
"stackframe": "^0.3.0"
"stackframe": "^0.3.1"
},
"devDependencies": {
"colors": "~1.0.3",
"del": "^1.2.0",
"del": "^1.2.1",
"gulp": "^3.9.0",

@@ -32,3 +33,3 @@ "gulp-concat": "^2.6.0",

"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-uglify": "^1.4.1",
"jasmine-node": "~1.14",

@@ -42,3 +43,3 @@ "karma": "^0.12.37",

"karma-opera-launcher": "^0.1.0",
"karma-phantomjs2-launcher": "^0.3.0",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-safari-launcher": "^0.1.1",

@@ -51,12 +52,6 @@ "karma-sauce-launcher": "^0.2.14",

},
"licenses": [
{
"type": "Public Domain",
"url": "https://github.com/stacktracejs/stack-generator/blob/master/LICENSE"
}
],
"main": "./stack-generator.js",
"scripts": {
"test": "gulp clean test"
"test": "gulp test"
}
}
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