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

bundle-typescript

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundle-typescript - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

6

index.js

@@ -1,2 +0,2 @@

var child = require('child_process');
var path = require('path');
var ts = require('ntypescript');

@@ -7,5 +7,7 @@

this.on('fileUpdate', function (event) {
console.log('loading ' + event.file);
if (path.extname(event.file) != 'ts') {
return;
}
event.contents = new Buffer(ts.transpile(event.contents.toString(), {module: ts.ModuleKind}, event.file, []), 'utf8');
});
};
{
"name": "bundle-typescript",
"version": "1.0.0",
"version": "1.0.1",
"description": "Converts your TypeScript files to regular JavaScript",

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

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