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

@pkgr/es-modules

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pkgr/es-modules - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 0.2.2 (2020-01-30)
**Note:** Version bump only for package @pkgr/es-modules
## [0.2.1](https://github.com/rx-ts/pkgr/compare/@pkgr/es-modules@0.2.0...@pkgr/es-modules@0.2.1) (2019-10-28)

@@ -8,0 +16,0 @@

2

lib/cjs.min.js

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

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var MODULE_DEFINITIONS={dayjs:{target:"dayjs/esm",exact:!1},lodash:"lodash-es",systemjs:"systemjs/dist/system"},defEntries=Object.entries(MODULE_DEFINITIONS),entries=defEntries.reduce((function(e,t){var s=t[0],r=t[1],a="string"==typeof r?{target:r,exact:!0}:r,n=a.target,i=a.exact;return e.push({find:s,replacement:n}),i||e.push({find:new RegExp("^"+s+"/(.*)$"),replacement:n+"/$1"}),e}),[]),alias=defEntries.reduce((function(e,t){var s=t[0],r=t[1],a="string"==typeof r?{target:r,exact:!0}:r,n=a.target;return e[a.exact?s+"$":s]=n,e}),{});exports.MODULE_DEFINITIONS=MODULE_DEFINITIONS,exports.alias=alias,exports.entries=entries;
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e={dayjs:{target:"dayjs/esm",exact:!1},lodash:"lodash-es",systemjs:"systemjs/dist/system"},t=Object.entries(e),s=t.reduce((function(e,t){var s=t[0],r=t[1],a="string"==typeof r?{target:r,exact:!0}:r,n=a.target,c=a.exact;return e.push({find:s,replacement:n}),c||e.push({find:new RegExp("^"+s+"/(.*)$"),replacement:n+"/$1"}),e}),[]),r=t.reduce((function(e,t){var s=t[0],r=t[1],a="string"==typeof r?{target:r,exact:!0}:r,n=a.target;return e[a.exact?s+"$":s]=n,e}),{});exports.MODULE_DEFINITIONS=e,exports.alias=r,exports.entries=s;
{
"name": "@pkgr/es-modules",
"version": "0.2.1",
"version": "0.2.2",
"description": "Union collections of es modules mappings for pkgs without or with incorrect `module` field",

@@ -32,3 +32,3 @@ "repository": "git+https://github.com/rx-ts/pkgr.git",

"sideEffects": false,
"gitHead": "eac02162c8a74d43f358dc20a6db46c9b773cfd8"
"gitHead": "3583b42357d9dff08c27e663931f78c4da0889a3"
}

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