Socket
Socket
Sign inDemoInstall

@microsoft/kiota-abstractions

Package Overview
Dependencies
6
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-preview.45 to 1.0.0-preview.46

2

dist/cjs/src/store/backedModelProxy.js

@@ -14,3 +14,2 @@ "use strict";

get(target, prop, receiver) {
console.debug(`BackingStore - Getting property '${prop.toString()}' from backing store`);
if (prop === 'backingStore') {

@@ -28,3 +27,2 @@ return backingStore;

Reflect.set(target, prop, value, receiver);
console.debug(`BackingStore - Setting property '${prop.toString()}'`);
backingStore.set(prop.toString(), value);

@@ -31,0 +29,0 @@ return true;

@@ -11,3 +11,2 @@ import { BackingStoreFactorySingleton } from "./backingStoreFactorySingleton";

get(target, prop, receiver) {
console.debug(`BackingStore - Getting property '${prop.toString()}' from backing store`);
if (prop === 'backingStore') {

@@ -25,3 +24,2 @@ return backingStore;

Reflect.set(target, prop, value, receiver);
console.debug(`BackingStore - Setting property '${prop.toString()}'`);
backingStore.set(prop.toString(), value);

@@ -28,0 +26,0 @@ return true;

4

package.json
{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.45",
"version": "1.0.0-preview.46",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",

@@ -47,3 +47,3 @@ "main": "dist/cjs/src/index.js",

},
"gitHead": "846e942d821f453da523061ba1ef950de3e9d913"
"gitHead": "5c9dff6f29168e58c191c9e602b44b8cca6796ef"
}

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc