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.1.0 to 1.2.0

index.mjs

6

index.js

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

'use strict';
var _default = require('fs');
module.exports = _default;
'use strict';module.exports=require('fs');
{
"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"
"name": "original-fs"
,
"description": "Ensure that the correct module is loaded in a non-Electron environment./在非 Electron 环境中确保加载正确的模块。"
,
"version": "1.2.0"
,
"license": "Unlicense"
,
"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" }
,
"exports": {
".": {
"import": "./index.mjs"
,
"require": "./index.js"
}
,
"./promises": {
"import": "./promises.mjs"
,
"require": "./promises.js"
}
}
}

@@ -11,2 +11,2 @@

在非 Electron 环境中确保加载正确的模块。
在非 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