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.1-alpha.1 to 1.2.1-alpha.2

4

package.json
{
"name": "has-package-exports",
"version": "1.2.1-alpha.1",
"version": "1.2.1-alpha.2",
"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/has-package-exports-patterns": "^1.0.0"
},

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

@@ -6,3 +6,3 @@ 'use strict';

// eslint-disable-next-line global-require
supported = require('@has-package-exports-patterns/patterns/pattern');
supported = require('@ljharb/has-package-exports-patterns/patterns/pattern');
} catch (e) {

@@ -9,0 +9,0 @@ supported = false;

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