Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ts-liveserver/ts-transpiler

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-liveserver/ts-transpiler - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

1

dist/transformers/CommonJsTransformer.js

@@ -221,2 +221,3 @@ "use strict";

typescript_1.default.isIdentifier(node.left) &&
node.left.text === KEYNAME_EXPORTS &&
node.operatorToken.kind === typescript_1.default.SyntaxKind.EqualsToken) {

@@ -223,0 +224,0 @@ const newIdentifierName = this.generateUniqueName();

2

package.json
{
"name": "@ts-liveserver/ts-transpiler",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",

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

@@ -375,2 +375,3 @@ import TypeScript from 'typescript'

TypeScript.isIdentifier(node.left) &&
node.left.text === KEYNAME_EXPORTS &&
node.operatorToken.kind === TypeScript.SyntaxKind.EqualsToken

@@ -377,0 +378,0 @@ ) {

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