New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stackinfo

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackinfo - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

generatedBuild/stackinfo.umd.js

@@ -526,2 +526,4 @@ !function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.stackinfo=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){

if(ex !== undefined) {
if(mode === 'ie' && ex.number === undefined)
ex.number = 1 // work around for this: https://github.com/stacktracejs/stacktrace.js/issues/80
options = {e:ex, guess: true}

@@ -528,0 +530,0 @@ }

2

package.json
{"name":"stackinfo",
"version":"1.1.1",
"version":"1.1.2",
"main":"stackinfo.js",

@@ -4,0 +4,0 @@ "description": "Gets an object containing normalized stacktrace information across browsers.",

@@ -91,2 +91,3 @@ `stackinfo`

* 1.1.2 - Working around this stacktrace.js bug for ie 10: https://github.com/stacktracejs/stacktrace.js/issues/80
* 1.1.1 - outputting line and column numbers as Numbers instead of as Strings.

@@ -93,0 +94,0 @@ * 1.0.9 - fixing bug where the wrong stacktrace would be returned when one was passed in

@@ -11,2 +11,4 @@ var printStackTrace = require('stacktrace-js')

if(ex !== undefined) {
if(mode === 'ie' && ex.number === undefined)
ex.number = 1 // work around for this: https://github.com/stacktracejs/stacktrace.js/issues/80
options = {e:ex, guess: true}

@@ -13,0 +15,0 @@ }

Sorry, the diff of this file is not supported yet

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