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.1.0 to 2.2.0

8

lib/block.js

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

if (cache.fromCache) {
return new this(blockCache[blockPath].decl);
return new this(blockPath, blockCache[blockPath].decl);
}

@@ -98,3 +98,3 @@

return new this(decl);
return new this(blockPath, decl);
}

@@ -229,5 +229,7 @@

/**
* @param index - block index src
* @param declaration - block declaration
*/
constructor(declaration) {
constructor(index, declaration) {
this.index = index;
this.declaration = declaration;

@@ -234,0 +236,0 @@ }

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

"typings": "index.d.ts",
"version": "2.1.0",
"version": "2.2.0",
"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