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

@coder/requirefs

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coder/requirefs - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

out/path.d.ts

9

package.json
{
"name": "@coder/requirefs",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"author": "Coder",
"description": "Create a readable and requirable file system from tars, zips, or a custom provider.",
"main": "./out/src/requirefs",
"types": "./out/src/requirefs.d.ts",
"main": "./out/requirefs",
"types": "./out/requirefs.d.ts",
"scripts": {

@@ -14,3 +14,3 @@ "test": "mocha -r ts-node/register -r amd-loader ./test/*.test.ts",

"generateTar": "rm -f ./test/lib.tar && tar -cf ./test/lib.tar -C ./test/lib .",
"prepublishOnly": "rm -rf ./out && tsc"
"prepublishOnly": "rm -rf ./out && tsc && browserify ./out/requirefs.js -s requirefs -o ./requirefs.js && rm ./out/*.js && mv ./requirefs.js ./out/requirefs.js"
},

@@ -25,2 +25,3 @@ "devDependencies": {

"amd-loader": "^0.0.8",
"browserify": "^16.5.0",
"eslint": "^6.2.0",

@@ -27,0 +28,0 @@ "eslint-config-prettier": "^6.0.0",

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