Socket
Socket
Sign inDemoInstall

@es-shims/api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@es-shims/api - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

4

api.js

@@ -169,3 +169,5 @@ #!/usr/bin/env node

t.test('`exports` field', { skip: !('exports' in pkg) }, function (st) {
var expectedKeys = ['.', './auto', './polyfill', './implementation', './shim', './package.json'];
var expectedKeys = isMulti
? ['.', './auto', './shim', './package.json']
: ['.', './auto', './polyfill', './implementation', './shim', './package.json'];
var keysToCheck = keys(pkg.exports).filter(function (key) {

@@ -172,0 +174,0 @@ return includes(expectedKeys, key);

@@ -8,2 +8,8 @@ # Changelog

## [v2.4.1](https://github.com/es-shims/es-shim-api/compare/v2.4.0...v2.4.1) - 2023-05-03
### Commits
- [Fix] in `--multi`, `exports` should not have polyfill or impl entrypoints [`a6f4a41`](https://github.com/es-shims/es-shim-api/commit/a6f4a41d743d4d4dc238cf2e5cd9e7ea1787287b)
## [v2.4.0](https://github.com/es-shims/es-shim-api/compare/v2.3.1...v2.4.0) - 2023-05-02

@@ -10,0 +16,0 @@

{
"name": "@es-shims/api",
"version": "2.4.0",
"version": "2.4.1",
"author": "Jordan Harband",

@@ -5,0 +5,0 @@ "funding": {

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