Socket
Socket
Sign inDemoInstall

has-package-exports

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

has-package-exports - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-alpha.0

4

package.json
{
"name": "has-package-exports",
"version": "1.2.0",
"version": "1.2.1-alpha.0",
"description": "Does the current node version have support for the \"exports\" field in package.json?",

@@ -60,3 +60,3 @@ "main": "no",

"dependencies": {
"@ljharb/patterns": "file:./packages/patterns"
"@ljharb/patterns": "file:./packages/patterns/ljharb-patterns-0.0.0.tgz"
},

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

@@ -13,3 +13,3 @@ # has-package-exports <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

At the time of this writing, node v13+ has support for the ["exports" field in package.json](https://nodejs.org/api/esm.html#esm_package_exports).
At the time of this writing, node v12.17+ and v13+ has support for the ["exports" field in package.json](https://nodejs.org/api/packages.html#packages_exports).

@@ -16,0 +16,0 @@ This library exports `true` if the current node version supports it, `false` if it does not, and `null` if it's in a browser.

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