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 1.12.4 to 1.12.5

8

ext/npm-utils.js

@@ -150,4 +150,10 @@ /**

}
var version = descriptor.version;
if(version && version[0] !== "^") {
version = encodeURIComponent(decodeURIComponent(version));
}
return descriptor.packageName
+ (descriptor.version ? '@' + descriptor.version : '')
+ (version ? '@' + version : '')
+ (modulePath ? '#' + modulePath : '')

@@ -154,0 +160,0 @@ + (descriptor.plugin ? descriptor.plugin : '');

2

package.json
{
"name": "steal",
"description": "Gets JavaScript.",
"version": "1.12.4",
"version": "1.12.5",
"author": {

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

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

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