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

codemaker

Package Overview
Dependencies
Maintainers
5
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemaker - npm Package Versions

1
810
20

1.40.0

Diff
aws-cdk-team
published 1.40.0 •

Changelog

Source

1.40.0 (2021-10-19)

Features

  • jsii: added warnings for usage of deprecated elements (#3051) (8c0dd3b)
  • jsii: allow customizing tsconfig.json file name (#3076) (c611f26)

Bug Fixes

  • rosetta: allow only property assignments in object literals (#3065) (c783ab7), closes #3061
  • rosetta: breaks when given a lot of snippets (#3075) (eca552e)
  • rosetta: class declaration uses wrong constructor name in C# (#3064) (13f75a1), closes #3056
  • rosetta: disallow nullish coalescing operator in examples (#3060) (a35bbfa), closes #3053
  • rosetta: fix usage of Builders in Java (#3058) (a0ce42d), closes #2984
  • rosetta: newlines after return statements missing (#3063) (26c95f5), closes #3054
aws-cdk-team
published 1.39.0 •

Changelog

Source

1.39.0 (2021-10-12)

Features

Bug Fixes

  • java: log messages may not flush by app exit (#3028) (41631e7), closes #3009
  • pacmak: build failure due to non-sequential package builds between consumer and dependency (#3045) (1589af8)
  • python: unknown type when submodule is not loaded (#3049) (da55a1e), closes aws/aws-cdk#16625
  • rosetta: constants are incorrectly turned into getters (#3050) (84e4ca3), closes #2984
  • rosetta: correctly detect arguments typed as any (#3043) (3d2ba15), closes #3029
  • rosetta: fix translation of ! and === operators (#3052) (72b9b98), closes #2993
  • rosetta: literal map type is rendered as __object in C sharp (#3047) (e2843be), closes #3044 #3026 #3027
  • rosetta: structs starting with I are incorrectly interpreted as non-structs (#3040) (d564350)
  • rosetta: support declare statements (#3044) (4ccacd1)
  • rosetta: turn asList into List.of (#3048) (ee75bf1)
aws-cdk-team
published 1.38.0 •

Changelog

Source

1.38.0 (2021-10-07)

Bug Fixes

  • jsii-pacmak: modules not packed in topological order (3f6db2c)
aws-cdk-team
published 1.37.0 •

Changelog

Source

1.37.0 (2021-10-06)

Features

aws-cdk-team
published 1.36.0 •

Changelog

Source

1.36.0 (2021-10-04)

aws-cdk-team
published 1.35.0 •

Changelog

Source

1.35.0 (2021-09-28)

⚠ BREAKING CHANGES

  • the minimum supported version of node changed from 10.3.0 to 12.7.0. We recommend using 16.x if possible.

Features

  • rosetta: propagate max heap size to worker threads (#3002) (9c7f63e)

Bug Fixes

aws-cdk-team
published 1.34.0 •

Changelog

Source

1.34.0 (2021-08-25)

⚠ BREAKING CHANGES

  • superchain: the jsii/superchain image tags :latest, :nightly, :node10 and :node14 are no longer maintained. Users should migrate to the new debian-based tags starting with :1-buster-slim.

Features

Bug Fixes

aws-cdk-team
published 1.33.0 •

Changelog

Source

1.33.0 (2021-08-16)

Features

Bug Fixes

aws-cdk-team
published 1.32.0 •

Changelog

Source

1.32.0 (2021-07-22)

Features

  • jsii-rosetta transliterate: transliterate a jsii assembly (#2869) (d9028c8)
  • rosetta: hoist declare statements to top-level of document (#2897) (7b2ec05)
  • rosetta: transliterate loose mode (#2892) (43e6dfd)

Bug Fixes

aws-cdk-team
published 1.31.0 •

Changelog

Source

1.31.0 (2021-07-09)

Features

  • jsii-rosetta transliterate: transliterate a jsii assembly (#2869) (d9028c8)
  • rosetta: transliterate loose mode (#2892) (43e6dfd)

Bug Fixes

  • pacmak/go: missing go.sum entry (#2893) (6e6ad69)
  • rosetta: extract does not respect strict metadata entry (#2863) (5d2392b), closes #2861
  • rosetta: hangs on 'markdown' command when a file is provided (#2871) (e538b36)