Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wollardj/simple-plist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: wollardj/simple-plist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref

Commits on Dec 8, 2018

  1. Copy the full SHA
    7f9c956 View commit details
  2. Copy the full SHA
    1b7b643 View commit details
  3. Merge pull request #22 from wollardj/additional-readme-badges

    Added weekly downloads, npm version, and updated travic-ci badges.
    wollardj authored Dec 8, 2018
    Copy the full SHA
    20e66d0 View commit details

Commits on Dec 9, 2018

  1. test:verbose script

    to run jest with --verbose flag
    
    which is now used in .travis.yml
    Christopher J. Brody committed Dec 9, 2018
    Copy the full SHA
    501aed2 View commit details
  2. Merge pull request #20 from brodybits/test-verbose

    test:verbose script
    wollardj authored Dec 9, 2018
    Copy the full SHA
    dd93231 View commit details
  3. Merge pull request #23 from wollardj/master

    Master
    wollardj authored Dec 9, 2018
    Copy the full SHA
    4ee8bfd View commit details

Commits on Nov 5, 2019

  1. Improve error handling

    dnicolson committed Nov 5, 2019
    Copy the full SHA
    8251969 View commit details

Commits on Nov 6, 2019

  1. Bump sshpk from 1.10.1 to 1.16.1

    Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.10.1 to 1.16.1.
    - [Release notes](https://github.com/joyent/node-sshpk/releases)
    - [Commits](https://github.com/joyent/node-sshpk/commits/v1.16.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 6, 2019
    Copy the full SHA
    b3eeafc View commit details
  2. Bump mixin-deep from 1.3.1 to 1.3.2

    Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
    - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 6, 2019
    1
    Copy the full SHA
    1386d31 View commit details

Commits on Nov 7, 2019

  1. Merge pull request #25 from dnicolson/patch-1

    Fix "undefined has errors" exception
    wollardj authored Nov 7, 2019
    Copy the full SHA
    09420e2 View commit details
  2. chore: upgrade deps

    wollardj committed Nov 7, 2019
    Copy the full SHA
    6e23f0d View commit details
  3. Bump lodash from 4.16.5 to 4.17.15

    Bumps [lodash](https://github.com/lodash/lodash) from 4.16.5 to 4.17.15.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.16.5...4.17.15)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 7, 2019
    Copy the full SHA
    8f0c446 View commit details
  4. chore(node): drop support for node@6

    node@8 is currently the oldest version still under maint.
    
    BREAKING CHANGE: node@6 is no longer supported
    wollardj committed Nov 7, 2019
    Copy the full SHA
    3546eb0 View commit details
  5. v1.1.0

    wollardj committed Nov 7, 2019
    Copy the full SHA
    247f8ce View commit details
  6. Copy the full SHA
    87e6728 View commit details
  7. Merge tag '1.1.0' into develop

    v1.1.0
    
    * Improved error reporting
    * updated dependencies
    * drop support for node@6
    wollardj committed Nov 7, 2019
    Copy the full SHA
    8749d93 View commit details
  8. Merge pull request #27 from wollardj/dependabot/npm_and_yarn/sshpk-1.…

    …16.1
    
    Bump sshpk from 1.10.1 to 1.16.1
    wollardj authored Nov 7, 2019
    Copy the full SHA
    b63e098 View commit details
  9. Merge pull request #26 from wollardj/dependabot/npm_and_yarn/mixin-de…

    …ep-1.3.2
    
    Bump mixin-deep from 1.3.1 to 1.3.2
    wollardj authored Nov 7, 2019
    Copy the full SHA
    b0caf61 View commit details
  10. Merge pull request #28 from wollardj/dependabot/npm_and_yarn/lodash-4…

    ….17.15
    
    Bump lodash from 4.16.5 to 4.17.15
    wollardj authored Nov 7, 2019
    Copy the full SHA
    87b7845 View commit details

Commits on Oct 1, 2020

  1. Fix error handling in readFile

    Return early if the file doesn't exist, and don't catch errors from callback.
    vweevers authored and wollardj committed Oct 1, 2020
    Copy the full SHA
    67b1fc9 View commit details
  2. chore: upgrade deps

    wollardj committed Oct 1, 2020
    Copy the full SHA
    88daabe View commit details
  3. v1.1.1

    wollardj committed Oct 1, 2020
    Copy the full SHA
    8b97741 View commit details
  4. Copy the full SHA
    04ac4e7 View commit details

Commits on Oct 24, 2021

  1. yarn3 + typescript (#56)

    * Add basic vscode dev container support + update all dependencies
    * chore: upgrade to latest yarn + zero-installs / pnp mode
    * convert to typescript
    * update travis env
    wollardj committed Oct 24, 2021
    Copy the full SHA
    c02c805 View commit details
  2. update git repo url

    wollardj committed Oct 24, 2021
    Copy the full SHA
    f0e7fea View commit details
  3. Copy the full SHA
    eb2f4f1 View commit details
  4. v1.3.0

    wollardj committed Oct 24, 2021
    Copy the full SHA
    bb4b04a View commit details

Commits on Mar 30, 2022

  1. fix: update plist to 3.0.5

    Robin Csutorás authored and wollardj committed Mar 30, 2022
    Copy the full SHA
    670e22f View commit details

Commits on Mar 31, 2022

  1. Copy the full SHA
    26d93f4 View commit details
  2. update bplist-parser to 0.3.1

    Commit generated via `yarn stage`
    wollardj committed Mar 31, 2022
    Copy the full SHA
    3ad9688 View commit details
  3. test: CWE-1321

    wollardj committed Mar 31, 2022
    Copy the full SHA
    c5b4db0 View commit details
  4. update @types/jest to ^27.4.1 (and 4 others)

    Commit generated via `yarn stage`
    wollardj committed Mar 31, 2022
    Copy the full SHA
    7adf995 View commit details
  5. v1.3.1

    wollardj committed Mar 31, 2022
    Copy the full SHA
    1b1333c View commit details
Showing 599 changed files with 25,303 additions and 5,302 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.202.3/containers/javascript-node/.devcontainer/base.Dockerfile

# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
ARG VARIANT="16-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>

# [Optional] Uncomment if you want to install an additional version of node using nvm
# ARG EXTRA_NODE_VERSION=10
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"

# [Optional] Uncomment if you want to install more global node modules
# RUN su node -c "npm install -g <your-package-list-here>"
31 changes: 31 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.202.3/containers/javascript-node
{
"name": "simple-plist",
"runArgs": ["--init"],
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 16, 14, 12.
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"args": { "VARIANT": "16-bullseye" }
},

// Set *default* container specific settings.json values on container create.
"settings": {},

// Add the IDs of extensions you want installed when the container is created.
"extensions": ["dbaeumer.vscode-eslint"],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"features": {
"git": "latest"
}
}
11 changes: 0 additions & 11 deletions .eslintrc

This file was deleted.

9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
__tests__/write-test*
package-lock.json
dist

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Created by https://www.gitignore.io/api/node,macos,linux,windows
# Edit at https://www.gitignore.io/?templates=node,macos,linux,windows
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
Loading
Oops, something went wrong.