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

@pulumi/query

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/query - npm Package Versions

0.1.0

Diff
pulumi-bot
published 0.1.0 •

Changelog

Source

v0.1.0

Major Changes

  • Add support for nearly all of the [LINQ standard query operators][linq-ops]. These are implemented using the ECMAScript standard [async iterator][async-iter] API.
  • Add tests for all query operators.
  • Implement QueryableIterable, a class wrapping async iterators, and providing "convenience methods" for various operators (e.g., the map in xs.map(x => x)).

Improvements

  • Minor fix in polyfill code for asyncIterable: don't polyfill on objects where the property is readonly.
pulumi-bot
published 0.0.1-dev.1559235841 •
pulumi-bot
published 0.0.1-dev.1558545876 •
pulumi-bot
published 0.0.1-dev.1557895217 •
pulumi-bot
published 0.0.1-dev.1557894683 •