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

khepri-ast

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

khepri-ast - npm Package Compare versions

Comparing version 3.10.0 to 3.10.1

3

dist_node/position.js

@@ -6,6 +6,7 @@ /*

var SourcePosition, SourceLocation;
(SourcePosition = (function(line, column) {
(SourcePosition = (function(line, column, file) {
var self = this;
(self.line = line);
(self.column = column);
(self.file = file);
}));

@@ -12,0 +13,0 @@ (SourcePosition.initial = new(SourcePosition)(1, 0));

@@ -7,6 +7,7 @@ /*

var SourcePosition, SourceLocation;
(SourcePosition = (function(line, column) {
(SourcePosition = (function(line, column, file) {
var self = this;
(self.line = line);
(self.column = column);
(self.file = file);
}));

@@ -13,0 +14,0 @@ (SourcePosition.initial = new(SourcePosition)(1, 0));

{
"name": "khepri-ast",
"version": "3.10.0",
"version": "3.10.1",
"description": "Khepri AST nodes",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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