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.2 to 2.6.3

2

lib/entries.js

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

$C(packs).forEach((deps, name) => {
entry[name] = $C(deps.runtime).to(new Map()).reduce((map, {name}) => map.set(name, {
entry[name] = $C(deps.runtime).to(new Map()).reduce((map, block, name) => map.set(name, {
name,

@@ -117,0 +117,0 @@ isParent: deps.parents.has(name)

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

let src;
await $C(vinyl.src(mask, {read: false})).one.async.forEach((el, i, data, o) => {
await $C(vinyl.src(mask, {read: false})).one.forEach((el, i, data, o) => {
src = el.path;

@@ -133,0 +133,0 @@ o.cursor.destroy();

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

"typings": "index.d.ts",
"version": "2.6.2",
"version": "2.6.3",
"license": "MIT",

@@ -29,3 +29,3 @@ "author": {

"dependencies": {
"collection.js": "^6.6.10",
"collection.js": "^6.6.13",
"find-node-modules": "^1.0.4",

@@ -46,4 +46,4 @@ "fs-extra-promise": "^1.0.1",

"babel-eslint": "^8.2.1",
"eslint": "^4.17.0"
"eslint": "^4.18.0"
}
}

@@ -0,0 +0,0 @@ Build Core

Sorry, the diff of this file is not supported yet

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