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

estree-util-value-to-estree

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estree-util-value-to-estree - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

4

dist/estree-util-value-to-estree.js

@@ -354,3 +354,3 @@ /**

}
if (Temporal !== undefined &&
if (typeof Temporal !== 'undefined' &&
(value instanceof Temporal.Duration ||

@@ -446,3 +446,3 @@ value instanceof Temporal.Instant ||

}
if (Temporal !== undefined) {
if (typeof Temporal !== 'undefined') {
if (val instanceof Temporal.Duration) {

@@ -449,0 +449,0 @@ return temporalConstructor('Duration', [

{
"name": "estree-util-value-to-estree",
"description": "Convert a JavaScript value to an estree expression",
"version": "3.3.0",
"version": "3.3.1",
"main": "./dist/estree-util-value-to-estree.js",

@@ -6,0 +6,0 @@ "exports": "./dist/estree-util-value-to-estree.js",

@@ -480,3 +480,3 @@ import { type Temporal as LocalTemporal } from '@js-temporal/polyfill'

if (
Temporal !== undefined &&
typeof Temporal !== 'undefined' &&
(value instanceof Temporal.Duration ||

@@ -584,3 +584,3 @@ value instanceof Temporal.Instant ||

if (Temporal !== undefined) {
if (typeof Temporal !== 'undefined') {
if (val instanceof Temporal.Duration) {

@@ -587,0 +587,0 @@ return temporalConstructor('Duration', [

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