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

scrypt-ts-transpiler

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypt-ts-transpiler - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/indexerReader.d.ts

4

dist/index.js

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

const path = __importStar(require("path"));
const indexer_1 = require("./indexer");
const indexerWriter_1 = require("./indexerWriter");
const transpiler_1 = require("./transpiler");

@@ -54,3 +54,3 @@ /***

}
let indexer = new indexer_1.Indexer({ tsconfigDir, scryptOutDir });
let indexer = new indexerWriter_1.IndexerWriter({ tsconfigDir, scryptOutDir });
let checker = program.getTypeChecker();

@@ -57,0 +57,0 @@ /* Apply the transformation */

import ts from 'typescript';
import { Indexer } from './indexer';
import { IndexerWriter } from './indexerWriter';
import { TranspileError } from './types';

@@ -42,3 +42,3 @@ /**

_tsRootDir: string;
_indexer: Indexer;
_indexer: IndexerWriter;
_ctxMethods: Array<string>;

@@ -50,3 +50,3 @@ _siatProperties: Array<string>;

_isTranspilingConstructor: boolean;
constructor(sourceFile: ts.SourceFile, checker: ts.TypeChecker, tsRootDir: string, scryptOutDir: string, indexer: Indexer);
constructor(sourceFile: ts.SourceFile, checker: ts.TypeChecker, tsRootDir: string, scryptOutDir: string, indexer: IndexerWriter);
get ctxMethods(): string[];

@@ -53,0 +53,0 @@ get missImportedLocalSymbols(): Map<ts.SourceFile, Map<string, ts.Symbol>>;

{
"name": "scrypt-ts-transpiler",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

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

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