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

@pzlr/build-core

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pzlr/build-core - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

6

lib/entries.js

@@ -87,3 +87,3 @@ 'use strict';

const
dependencies = Object.create(null);
dependencies = {};

@@ -108,3 +108,3 @@ $C(packs).forEach((deps, name) => {

const
entry = Object.create(null);
entry = {};

@@ -248,3 +248,3 @@ $C(commonPacks).forEach((deps, i) => {

.async
.to(Object.create(null))
.to({})
.reduce((res, el) => {

@@ -251,0 +251,0 @@ const

@@ -7,3 +7,3 @@ {

"typings": "index.d.ts",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",

@@ -10,0 +10,0 @@ "author": {

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