You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

create-require

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

CHANGELOG.md

36

package.json
{
"name": "create-require",
"version": "0.0.0",
"license": "MIT"
"version": "0.0.1",
"description": "Polyfill for Node.js (<= v12.2.0) module.createRequire",
"repository": "nuxt-contrib/create-require",
"license": "MIT",
"contributors": [
{
"name": "Maël Nison",
"email": "nison.mael@gmail.com"
},
{
"name": "Paul Soporan",
"email": "paul.soporan@gmail.com"
},
{
"name": "Pooya Parsa",
"email": "pyapar@gmail.com"
}
],
"main": "./create-require.js",
"files": [
"create-require.js",
"create-require.d.ts"
],
"scripts": {
"lint": "eslint .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && yarn jest"
},
"devDependencies": {
"@nuxtjs/eslint-config": "latest",
"eslint": "latest",
"jest": "latest",
"standard-version": "latest"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc