Socket
Socket
Sign inDemoInstall

migrate-yfiles-ts-app

Package Overview
Dependencies
50
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

dist/customRules/namespaceRuleWalker.js

@@ -20,3 +20,3 @@ "use strict";

NamespaceRuleWalker.prototype.visitImportEqualsDeclaration = function (node) {
this.checkNamespace(node, node.moduleReference.getText());
this.checkNamespace(node.moduleReference, node.moduleReference.getText());
_super.prototype.visitImportEqualsDeclaration.call(this, node);

@@ -23,0 +23,0 @@ };

@@ -0,0 +0,0 @@ #!/usr/bin/env node

{
"name": "migrate-yfiles-ts-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tool that helps with the migration of typescript files that reference old yFiles for HTML API.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc