Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 22:25
· 2015 commits to master since this release

1.2.0 (2020-11-17)

Features

  • add --allow-types-dependencies to allow @types/* (087facc)
  • disallow packages as dependencies (9088173)
  • support ignoring missing fields (fb688e5)
  • support reading package.json directly from tarball (bfbf3fc)
  • support reading tarball from stdin (85981c4)

Bug Fixes

  • browser field may contain false (9957100)
  • disallow *.(spec|test).d.ts (e6c2b88)
  • handle large package.json files (e1bb35e)
  • handle leading ./ in filenames (371114c)
  • handle packages not using package/ as root (b376852)
  • handle packages with index.js but trailing slash (8cb0fb4)
  • handle resolving files without .js extension (0555d38)
  • handle when main points to directory with index.js (368f2a6)
  • regenerate package name when using stdin (15487e4)
  • tweak allowed files and dependencies (f50be59)