Socket
Socket
Sign inDemoInstall

@pnp/core

Package Overview
Dependencies
Maintainers
13
Versions
881
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/core - npm Package Compare versions

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

3

behaviors/copy-from.js
import { objectDefinedNotNull } from "../util.js";
// eslint-disable-next-line @typescript-eslint/no-var-requires
const cloneDeep = require("lodash.clonedeep");
import cloneDeep from "lodash.clonedeep";
/**

@@ -5,0 +4,0 @@ * Behavior that will copy all the observers in the source timeline and apply it to the incoming instance

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

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

import { broadcast, lifecycle } from "./moments.js";
import { objectDefinedNotNull, isArray, isFunc } from "./util.js";
// eslint-disable-next-line @typescript-eslint/no-var-requires
const cloneDeep = require("lodash.clonedeep");
import cloneDeep from "lodash.clonedeep";
/**

@@ -6,0 +5,0 @@ * Timeline represents a set of operations executed in order of definition,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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