New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

original-fs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

original-fs - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

index.js

@@ -1,1 +0,5 @@

module.exports=require('fs')
'use strict';
var _default = require('fs');
module.exports = _default;

17

package.json
{
"name":"original-fs",
"version":"1.0.0",
"description":"在非 Electron 环境中确保加载正确的模块。",
"bugs":"https://GitHub.com/LongTengDao/original-fs/issues",
"license":"LGPL",
"author":"龙腾道 <LongTengDao@LongTengDao.com> (www.LongTengDao.com)",
"repository":{ "type":"git", "url":"https://GitHub.com/LongTengDao/original-fs.git" }
"name": "original-fs",
"description": "Ensure that the correct module is loaded in a non-Electron environment./在非 Electron 环境中确保加载正确的模块。",
"version": "1.1.0",
"license": "LGPL-3.0",
"author": "龙腾道 <LongTengDao@LongTengDao.com> (www.LongTengDao.com)",
"bugs": "https://GitHub.com/LongTengDao/original-fs/issues",
"repository": {
"type": "git",
"url": "https://GitHub.com/LongTengDao/original-fs.git"
}
}

@@ -1,7 +0,11 @@

# `require('original-fs')`

`original-fs`
=============
在非 `Electron` 环境中确保加载正确的模块。
```js
module.exports=require('fs')
module.exports = require('fs');
```
Ensure that the correct module is loaded in a non-Electron environment.
在非 Electron 环境中确保加载正确的模块。
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