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

steal

Package Overview
Dependencies
Maintainers
5
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steal - npm Package Compare versions

Comparing version 2.1.12 to 2.1.13

7

ext/npm-extension.js

@@ -39,5 +39,12 @@ "format cjs";

var nameIsRelative = utils.path.isRelative(name);
var nameIsNpmModule = utils.moduleName.isNpm(name);
var parentIsNpmModule = utils.moduleName.isNpm(parentName);
var identifierEndsWithSlash = utils.path.endsWithSlash(name);
// If this is an npm module name already, we don't need to re-resolve it.
if(nameIsNpmModule && parentModuleName) {
return oldNormalize.call(this, name, parentName, parentAddress,
pluginNormalize);
}
// If this is a relative module name and the parent is not an npm module

@@ -44,0 +51,0 @@ // we can skip all of this logic.

2

package.json
{
"name": "steal",
"description": "Gets JavaScript.",
"version": "2.1.12",
"version": "2.1.13",
"author": {

@@ -6,0 +6,0 @@ "name": "Bitovi",

Sorry, the diff of this file is too big to display

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