Socket
Socket
Sign inDemoInstall

pure-index

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-index - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

10

bin/getConfig.js

@@ -26,3 +26,2 @@ import { join } from 'node:path'

type: 'string',
default: BASE_CONFIG.entry,
shortFlag: 'e'

@@ -40,3 +39,6 @@ }

if (!result) {
return BASE_CONFIG
return {
...BASE_CONFIG,
entry: cli.flags.entry || BASE_CONFIG.entry
}
}

@@ -48,3 +50,3 @@

babelPlugins = [],
entry = cli.flags.entry,
entry = BASE_CONFIG.entry,
batch = {}

@@ -57,3 +59,3 @@ }

: {
entry,
entry: cli.flags.entry || entry,
exclude: new Set([...BASE_CONFIG.exclude, ...exclude]),

@@ -60,0 +62,0 @@ babelPlugins: new Set([...BASE_CONFIG.babelPlugins, ...babelPlugins]),

4

package.json
{
"name": "pure-index",
"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"description": "some description",

@@ -22,3 +22,3 @@ "main": "./bin/index.js",

"engines": {
"node": ">= 16"
"node": ">= 18"
},

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

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