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

doctrine2

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

doctrine2 - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

2

lib/utility.js

@@ -50,3 +50,3 @@ /*

var lines = source.substring(0, index).split(/\r?\n/g);
error.line = lines.length - 1;
error.line = lines.length - 2;
error.column = lines[lines.length - 1].length;

@@ -53,0 +53,0 @@

@@ -6,3 +6,3 @@ {

"main": "lib/doctrine.js",
"version": "0.6.5",
"version": "0.6.6",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=0.10.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