Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 5, 2022

  1. Merge pull request #226 from andersk/natives

    Upgrade natives from 1.1.4 to 1.1.6 to fix ‘npm install’ on Node ≥ 10.15.0
    eriwen committed Jun 5, 2022
    Copy the full SHA
    710bba1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Upgrade natives from 1.1.4 to 1.1.6

    Without this, ‘npm install’ fails on Node ≥ 10.15.0 (to say nothing of
    12.x or 14.x, which Gulp 3 doesn’t support at all):
    
    $ npm install
    
    > stacktrace-js@2.0.2 prepare /home/anders/js/stacktrace.js
    > gulp dist
    
    internal/util/inspect.js:31
    const types = internalBinding('types');
                  ^
    
    ReferenceError: internalBinding is not defined
        at internal/util/inspect.js:31:15
        at req_ (/home/anders/js/stacktrace.js/node_modules/natives/index.js:137:5)
        at require (/home/anders/js/stacktrace.js/node_modules/natives/index.js:110:12)
        at util.js:25:21
        at req_ (/home/anders/js/stacktrace.js/node_modules/natives/index.js:137:5)
        at require (/home/anders/js/stacktrace.js/node_modules/natives/index.js:110:12)
        at fs.js:42:21
        at req_ (/home/anders/js/stacktrace.js/node_modules/natives/index.js:137:5)
        at Object.req [as require] (/home/anders/js/stacktrace.js/node_modules/natives/index.js:54:10)
        at Object.<anonymous> (/home/anders/js/stacktrace.js/node_modules/vinyl-fs/node_modules/graceful-fs/fs.js:1:37)
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! stacktrace-js@2.0.2 prepare: `gulp dist`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the stacktrace-js@2.0.2 prepare script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/anders/.npm/_logs/2021-03-25T00_14_18_635Z-debug.log
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed Mar 25, 2021
    Copy the full SHA
    c6ba00b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Copy the full SHA
    c12fccd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f4a58d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Copy the full SHA
    21472df View commit details
    Browse the repository at this point in the history
  2. 2.0.2

    eriwen committed Jan 7, 2020
    Copy the full SHA
    e268154 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c597ba1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4d60ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. 2.0.1

    eriwen committed Sep 18, 2019
    Copy the full SHA
    c934e1f View commit details
    Browse the repository at this point in the history
  2. Add dist/ to .gitignore

    eriwen committed Sep 18, 2019
    Copy the full SHA
    ef76369 View commit details
    Browse the repository at this point in the history
  3. Update dependencies to latest

    eriwen committed Sep 18, 2019
    Copy the full SHA
    8e9f919 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Merge pull request #207 from r3nya/enable-ts-typings

    Enable TypeScript typings
    eriwen committed Sep 14, 2019
    Copy the full SHA
    fba7522 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #215 from niftylettuce/patch-1

    Fix travis.yml (trusty > xenial)
    eriwen committed Sep 14, 2019
    Copy the full SHA
    3464688 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Copy the full SHA
    c7e5c59 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    53aab14 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Enable TypeScript typings

    r3nya committed Jun 9, 2018
    Copy the full SHA
    c5a34fd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Declare node@8 for travis CI

    eriwen committed May 31, 2018
    Copy the full SHA
    89214a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c93875a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1afefd3 View commit details
    Browse the repository at this point in the history
  4. Add Ben as maintainer

    eriwen committed May 31, 2018
    Copy the full SHA
    f9c28ba View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Remove firefox beta from CI

    eriwen committed Aug 16, 2017
    Copy the full SHA
    4832357 View commit details
    Browse the repository at this point in the history
  2. Update package lock

    eriwen committed Aug 16, 2017
    Copy the full SHA
    81f9a0e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c2d6f61 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

  1. Copy the full SHA
    40161c3 View commit details
    Browse the repository at this point in the history
  2. Update npm dependencies

    eriwen committed Aug 12, 2017
    Copy the full SHA
    c10ca16 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Copy the full SHA
    64f754c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Properly distribute unminified polyfills version.

    Fixes issue #184
    eriwen committed May 1, 2017
    Copy the full SHA
    5c82348 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a95f767 View commit details
    Browse the repository at this point in the history
  3. Update changelog for v2.0

    eriwen committed May 1, 2017
    Copy the full SHA
    0ba6bd8 View commit details
    Browse the repository at this point in the history
  4. 2.0.0

    eriwen committed May 1, 2017
    Copy the full SHA
    3a7a9ee View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cd572c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. Fix stacktrace-gps version

    eriwen committed Apr 30, 2017
    Copy the full SHA
    9a48051 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    eriwen committed Apr 30, 2017
    Copy the full SHA
    1e3acf5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c76dd7b View commit details
    Browse the repository at this point in the history
  4. Add TypeScript definitions

    eriwen committed Apr 30, 2017
    Copy the full SHA
    e52af17 View commit details
    Browse the repository at this point in the history
Older