Socket
Socket
Sign inDemoInstall

@js-temporal/polyfill

Package Overview
Dependencies
2
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

12

CHANGELOG.md

@@ -0,4 +1,13 @@

# 0.4.2
This version is a patch version enabling TypeScript Node16 support for this
package.
Bug Fixes:
- Add types to exports/./import to support Typescript Node16 ([304c86dd])
# 0.4.1
This version is a patch version enabling polyfill compatibilit with Safari
This version is a patch version enabling polyfill compatibility with Safari
versions <15.1 (October 2021 and earlier).

@@ -94,2 +103,3 @@

[304c86dd]: https://github.com/js-temporal/temporal-polyfill/commit/304c86dd61e7107095ed42149e85d919e3a6cac8
[b733c213]: https://github.com/js-temporal/temporal-polyfill/commit/b733c213cba462f79eb9ee3a084661ea5344d9ea

@@ -96,0 +106,0 @@ [670cda6b]: https://github.com/js-temporal/temporal-polyfill/commit/670cda6bd269db66c8ce97eb73f941b20abb92ec

7

package.json
{
"name": "@js-temporal/polyfill",
"version": "0.4.1",
"version": "0.4.2",
"description": "Polyfill for Tc39 Stage 3 proposal Temporal (https://github.com/tc39/proposal-temporal)",

@@ -12,3 +12,6 @@ "type": "module",

{
"import": "./dist/index.esm.js",
"import": {
"types": "./index.d.ts",
"default": "./dist/index.esm.js"
},
"default": "./dist/index.cjs"

@@ -15,0 +18,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc