New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pkg-fence

Package Overview
Dependencies
Maintainers
0
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-rc.1 to 0.6.2

22

CHANGELOG.md
# Changelog
## Unreleased
## [0.6.2] - 2024-07-26
### Changed
- NPM built via `tsc` instead of `esbuild` ([#39](https://github.com/imcotton/pkg-fence/pull/39))
Which means no longer bundle for the NPM target,
this also leaves more clear delta between each releases.
### Added
- More NPM exports that aligned with JSR ([#39](https://github.com/imcotton/pkg-fence/pull/39))
```json
"exports": {
"./presets": "./dist/presets/index.js",
"./scanner": "./dist/scanner/index.js",
"./collect": "./dist/collect.js",
"./main": "./dist/cli/main.js"
}
```
## [0.6.1] - 2024-07-25

@@ -10,0 +30,0 @@

2

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

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

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