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

reify

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reify - npm Package Compare versions

Comparing version 0.17.1 to 0.17.2

4

lib/runtime/index.js

@@ -15,6 +15,2 @@ "use strict";

exports.enable = function (mod) {
if (typeof mod.resolve !== "function") {
throw new Error("module.resolve not implemented");
}
if (mod.link !== moduleLink) {

@@ -21,0 +17,0 @@ mod.link = moduleLink;

2

package.json
{
"name": "reify",
"version": "0.17.1",
"version": "0.17.2",
"main": "node/index.js",

@@ -5,0 +5,0 @@ "browser": "lib/empty.js",

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