Socket
Socket
Sign inDemoInstall

@nodert-win10-rs4/windows.media.mediaproperties

Package Overview
Dependencies
13
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.4.0

9

lib/main.js

@@ -16,8 +16,8 @@ // Copyright (c) Microsoft Corporation, Nadav Bar, and Felix Rieseberg

var path = require('path');
var fs = require('fs');
const path = require('path');
const fs = require('fs');
var npmScope = 'nodert-win10-rs4';
const npmScope = 'nodert-win10-rs4';
// this little trick makes node.js Tools for VS load intellisense for the module
// This little trick makes Node.js Tools for VS load IntelliSense for the module
if (fs.existsSync(path.join(__dirname, 'NodeRT_Windows_Media_MediaProperties.d.js)'))) {

@@ -36,2 +36,3 @@ module.exports = require('./NodeRT_Windows_Media_MediaProperties.d.js');

namespaceRegistry = {};
Object.defineProperty(global, '__winRtNamespaces__', {

@@ -38,0 +39,0 @@ configurable: true,

{
"name": "@nodert-win10-rs4/windows.media.mediaproperties",
"version": "0.3.2",
"version": "0.4.0",
"description": "Use the Windows.Media.MediaProperties UWP API directly from Node.js",

@@ -36,3 +36,3 @@ "main": "lib/main.js",

"dependencies" : {
"nan" : "latest"
"nan" : "latest"
},

@@ -39,0 +39,0 @@ "repository": {

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