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

stackframe

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackframe - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.github/workflows/ci.yml

15

CONTRIBUTING.md

@@ -21,9 +21,12 @@ ## Submitting bugs

## Dev Setup
* Make sure you have [NodeJS v0.10](http://nodejs.org/) installed
* Run `npm install` from the project directory
* Make sure you have [NodeJS v16.x](https://nodejs.org/) installed
* Run `npm ci` from the project directory
## Linting
* Run `npm run lint` to run ESLint
## Testing
* (Local) Run `gulp test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want.
* (Any browser, remotely) If you have a [Sauce Labs](https://saucelabs.com) account, you can run `gulp test-ci`.
Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js).
Otherwise, Travis will run all browsers if you submit a Pull Request.
* (Local) Run `npm test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want
* (Any browser, remotely) If you have a [Sauce Labs](https://saucelabs.com) account, you can run `npm run test-ci`
Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js)
Otherwise, GitHub Actions will run all browsers if you submit a Pull Request.

9

karma.conf.ci.js

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

basePath: '',
concurrency: 3,
frameworks: ['jasmine'],

@@ -88,7 +89,7 @@ files: [

testName: 'stackframe unit tests',
commandTimeout: 600,
idleTimeout: 600,
recordScreenshots: false,
connectOptions: {
port: 5757,
logfile: 'sauce_connect.log'
}
recordVideo: false,
retryLimit: 3
},

@@ -95,0 +96,0 @@ customLaunchers: customLaunchers,

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

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

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

"devDependencies": {
"eslint": "^6.8.0",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"eslint": "^8.9.0",
"jasmine": "^4.0.2",
"jasmine-core": "^4.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-coverage": "^2.2.0",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine": "^4.0.1",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^2.0.2",
"karma-spec-reporter": "0.0.32",
"karma-sauce-launcher": "^4.3.6",
"karma-spec-reporter": "^0.0.33",
"uglify-es": "^3.3.9"

@@ -47,3 +47,3 @@ },

"scripts": {
"lint": "eslint --fix .",
"lint": "eslint",
"test": "karma start karma.conf.js --single-run",

@@ -50,0 +50,0 @@ "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis",

stackframe
==========
## JS Object representation of a stack frame
[![Build Status](https://img.shields.io/travis/stacktracejs/stackframe/master.svg?style=flat-square)](https://travis-ci.org/stacktracejs/stackframe)
[![Build Status](https://img.shields.io/github/workflow/status/stacktracejs/stackframe/Continuous%20Integration/master?logo=github&style=flat-square)](https://github.com/stacktracejs/stackframe/actions?query=workflow%3AContinuous+Integration+branch%3Amaster)
[![Coverage Status](https://img.shields.io/coveralls/stacktracejs/stackframe.svg?style=flat-square)](https://coveralls.io/r/stacktracejs/stackframe?branch=master)

@@ -6,0 +7,0 @@ [![GitHub license](https://img.shields.io/github/license/stacktracejs/stackframe.svg?style=flat-square)](https://opensource.org/licenses/MIT)

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