Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnp/core-commonjs

Package Overview
Dependencies
Maintainers
13
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/core-commonjs - npm Package Compare versions

Comparing version 3.0.0-v3nightly.20211002 to 3.0.0-v3nightly.20211003

6

extendable.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.enableExtensions = exports.disableExtensions = exports.extendFactory = exports.extend = exports.extendable = void 0;
const util_1 = require("./util");
const util_js_1 = require("./util.js");
let _enableExtensions = false;

@@ -79,3 +79,3 @@ const ObjExtensionsSym = Symbol.for("PnPExt");

Reflect.defineProperty(proto, ObjExtensionsSym, {
value: (0, util_1.getGUID)(),
value: (0, util_js_1.getGUID)(),
});

@@ -131,3 +131,3 @@ }

let result = undefined;
if ((0, util_1.isFunc)(extension)) {
if ((0, util_js_1.isFunc)(extension)) {
// this extension is a function which we call

@@ -134,0 +134,0 @@ result = extension(op, target, ...rest);

{
"name": "@pnp/core-commonjs",
"version": "3.0.0-v3nightly.20211002",
"version": "3.0.0-v3nightly.20211003",
"description": "pnp - provides shared functionality across all pnp libraries",

@@ -5,0 +5,0 @@ "main": "./index.js",

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