@nodert-win10-rs4/windows.storage.bulkaccess
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -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_Storage_BulkAccess.d.js)'))) { | ||
@@ -36,2 +36,3 @@ module.exports = require('./NodeRT_Windows_Storage_BulkAccess.d.js'); | ||
namespaceRegistry = {}; | ||
Object.defineProperty(global, '__winRtNamespaces__', { | ||
@@ -38,0 +39,0 @@ configurable: true, |
{ | ||
"name": "@nodert-win10-rs4/windows.storage.bulkaccess", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "Use the Windows.Storage.BulkAccess UWP API directly from Node.js", | ||
@@ -20,3 +20,3 @@ "main": "lib/main.js", | ||
"dependencies" : { | ||
"nan" : "latest" | ||
"nan" : "latest" | ||
}, | ||
@@ -23,0 +23,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
390815