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

pkg-fence

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

pkg-fence - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

12

CHANGELOG.md
# Changelog
## Unreleased
## [0.6.3] - 2024-08-01
### Changed
- Updating presets `--relief` to [v2.3.0](https://github.com/es-tooling/module-replacements/releases/tag/2.3.0) of **module-replacements** ([#40](https://github.com/imcotton/pkg-fence/pull/40))
## [0.6.2] - 2024-07-26

@@ -4,0 +16,0 @@

2

dist/cli/help.js

@@ -24,3 +24,3 @@ export const help_text = `

--relief (via es-tooling/module-replacements v2.2.0)
--relief (via es-tooling/module-replacements v2.3.0)
--relief-native

@@ -27,0 +27,0 @@ --relief-micro

import { lookup } from '../common.js';
// https://github.com/es-tooling/module-replacements/blob/2.2.0/manifests/native.json
// https://github.com/es-tooling/module-replacements/blob/2.3.0/manifests/native.json
export const native_list = [

@@ -69,3 +69,2 @@ 'date',

'math.sign',
'math.sinh',
'number.isfinite',

@@ -77,3 +76,3 @@ 'number.isinteger',

'number.parseint',
'number.prototype.exponential',
'number.prototype.toexponential',
'object-is',

@@ -111,3 +110,3 @@ 'object.assign',

'string.prototype.trimright',
'string.prototype.trimStart',
'string.prototype.trimstart',
'string.raw',

@@ -140,3 +139,3 @@ 'symbol.prototype.description',

export const native_check = lookup(native_list);
// https://github.com/es-tooling/module-replacements/blob/2.2.0/manifests/micro-utilities.json
// https://github.com/es-tooling/module-replacements/blob/2.3.0/manifests/micro-utilities.json
export const micro_list = [

@@ -153,3 +152,3 @@ 'call-bind',

'is-plain-object',
'is-primitve',
'is-primitive',
'is-regexp',

@@ -168,3 +167,3 @@ 'is-string',

export const micro_check = lookup(micro_list);
// https://github.com/es-tooling/module-replacements/blob/2.2.0/manifests/preferred.json
// https://github.com/es-tooling/module-replacements/blob/2.3.0/manifests/preferred.json
export const preferred_list = [

@@ -171,0 +170,0 @@ 'bluebird',

{
"name": "pkg-fence",
"version": "0.6.2",
"version": "0.6.3",
"description": "A command line tool that glance over package dependencies.",

@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only",

@@ -53,3 +53,3 @@ pkg-fence

- `--nolyfill`: list of names from https://github.com/SukkaW/nolyfill (**1.0.34**)
- `--relief`: list of names from https://github.com/es-tooling/module-replacements (**2.2.0**)
- `--relief`: list of names from https://github.com/es-tooling/module-replacements (**2.3.0**)
- `--relief-native`

@@ -56,0 +56,0 @@ - `--relief-micro`

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