Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

temporal-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temporal-polyfill - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/common-5e0be57a.mjs

6

CHANGELOG.md
v0.1.1 (2023-02-15)
-------------------
- fix: upgrade temporal-spec, which is now compatible with moduleResolution:node16 (#17 cont'd)
- fix: don't fallback to native Temporal implementation for ponyfill (#19 cont'd)
v0.1.0 (2023-02-09)

@@ -3,0 +9,0 @@ -------------------

4

package.json
{
"name": "temporal-polyfill",
"version": "0.1.0",
"version": "0.1.1",
"title": "Temporal Polyfill",

@@ -59,3 +59,3 @@ "description": "A spec-compliant Temporal JavaScript polyfill in 16kb",

"dependencies": {
"temporal-spec": "0.0.3"
"temporal-spec": "~0.1.0"
},

@@ -62,0 +62,0 @@ "devDependencies": {

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

/* CONDITIONAL, based on presence of native implementation. disable until Stage 4
import type * as Spec from 'temporal-spec'

@@ -19,1 +22,4 @@ import { getGlobalThis } from './utils/dom'

: toTemporalInstantImpl
*/
export { Intl, Temporal, toTemporalInstant } from './impl'

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 not supported yet

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 not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc