Socket
Socket
Sign inDemoInstall

@microsoft/dotnet-js-interop

Package Overview
Dependencies
Maintainers
6
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/dotnet-js-interop - npm Package Compare versions

Comparing version 5.0.0-preview.7.20365.19 to 5.0.0-preview.8.20414.8

2

dist/Microsoft.JSInterop.js

@@ -183,3 +183,3 @@ "use strict";

function findJSFunction(identifier) {
if (cachedJSFunctions.hasOwnProperty(identifier)) {
if (Object.prototype.hasOwnProperty.call(cachedJSFunctions, identifier)) {
return cachedJSFunctions[identifier];

@@ -186,0 +186,0 @@ }

{
"name": "@microsoft/dotnet-js-interop",
"version": "5.0.0-preview.7.20365.19",
"version": "5.0.0-preview.8.20414.8",
"description": "Provides abstractions and features for interop between .NET and JavaScript code.",

@@ -21,5 +21,5 @@ "main": "dist/Microsoft.JSInterop.js",

"bugs": {
"url": "https://github.com/dotnet/extensions/issues"
"url": "https://github.com/dotnet/aspnetcore/issues"
},
"homepage": "https://github.com/dotnet/extensions/tree/master/src/JSInterop#readme",
"homepage": "https://github.com/dotnet/aspnetcore/tree/master/src/JSInterop",
"files": [

@@ -26,0 +26,0 @@ "dist/**"

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