Socket
Socket
Sign inDemoInstall

stackframe

Package Overview
Dependencies
0
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.3.0

.github/CONTRIBUTING.md

14

karma.conf.js

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

],
reporters: ['spec'],
port: 9876,

@@ -16,3 +15,3 @@ colors: true,

customLaunchers: {
Chrome_Travis: {
Chrome_No_Sandbox: {
base: 'Chrome',

@@ -23,4 +22,15 @@ flags: ['--no-sandbox']

browsers: ['PhantomJS'],
reporters: ['spec', 'saucelabs', 'coverage', 'coveralls'],
preprocessors: {
'stackframe.js': 'coverage'
},
coverageReporter: {
type: 'lcov',
dir: 'coverage',
subdir: function(browser) {
return browser.toLowerCase().split(/[ /-]/)[0];
}
},
singleRun: false
});
};

18

package.json

@@ -9,3 +9,3 @@ {

],
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT",

@@ -24,7 +24,7 @@ "keywords": [

"devDependencies": {
"eslint": "^8.9.0",
"jasmine": "^4.0.2",
"jasmine-core": "^4.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"eslint": "^8.17.0",
"jasmine": "^4.1.0",
"jasmine-core": "^4.1.1",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",

@@ -34,3 +34,3 @@ "karma-coveralls": "^2.1.0",

"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine": "^4.0.2",
"karma-opera-launcher": "^1.0.0",

@@ -40,3 +40,3 @@ "karma-phantomjs-launcher": "^1.0.4",

"karma-sauce-launcher": "^4.3.6",
"karma-spec-reporter": "^0.0.33",
"karma-spec-reporter": "^0.0.34",
"uglify-es": "^3.3.9"

@@ -51,3 +51,3 @@ },

"test": "karma start karma.conf.js --single-run",
"test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis",
"test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_No_Sandbox",
"test-ci": "karma start karma.conf.ci.js --single-run",

@@ -54,0 +54,0 @@ "prepare": "cp stackframe.js dist/ && uglifyjs stackframe.js -o dist/stackframe.min.js --compress --mangle --source-map \"url=stackframe.min.js.map\""

@@ -1,2 +0,2 @@

// Type definitions for StackFrame v1.2.0
// Type definitions for StackFrame v1.3.0
// Project: https://github.com/stacktracejs/stackframe

@@ -6,6 +6,2 @@ // Definitions by: Eric Wendelin <https://www.eriwen.com>

export as namespace StackFrame; // global for non-module UMD users
export = StackFrame;
declare namespace StackFrame {

@@ -76,1 +72,3 @@ export interface StackFrameOptions {

}
export default StackFrame;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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