Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

require-extension-hooks

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

require-extension-hooks - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

3

changelog.md
# Change Log
## 0.3.2
- Fixed incompatible syntax for use with node v6. [#8](https://github.com/jackmellis/require-extension-hooks/pull/8)
## 0.3.1

@@ -4,0 +7,0 @@ - Include should be either-y.

2

package.json
{
"name": "require-extension-hooks",
"version": "0.3.1",
"version": "0.3.2",
"description": "Add hooks for js extension types",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -187,3 +187,3 @@ const fs = require('fs');

permaCache.path,
filepath.replace(permaCache.cwd, ''),
filepath.replace(permaCache.cwd, '')
);

@@ -190,0 +190,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