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

tsickle

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsickle - npm Package Compare versions

Comparing version 0.39.0 to 0.39.1

4

package.json
{
"name": "tsickle",
"version": "0.39.0",
"version": "0.39.1",
"description": "Transpile TypeScript code to JavaScript with Closure annotations.",

@@ -14,3 +14,3 @@ "main": "src/tsickle.js",

"peerDependencies": {
"typescript": "~3.8.2"
"typescript": "~3.9.5"
},

@@ -17,0 +17,0 @@ "devDependencies": {

@@ -143,3 +143,5 @@ # Tsickle - TypeScript to Closure Translator [![Build Status](https://circleci.com/gh/angular/tsickle.svg?style=svg)](https://circleci.com/gh/angular/tsickle) [![Windows build](https://ci.appveyor.com/api/projects/status/puxdblmlqbofqqt1/branch/master?svg=true)](https://ci.appveyor.com/project/alexeagle/tsickle/branch/master)

- `bazel test test:golden_test` executes the golden tests,
- `yarn test` runs unit tests and e2e tests.
- `node check_format.js` checks the source code formatting using
`clang-format`,
- `yarn test` runs unit tests, e2e tests and checks the source code formatting.

@@ -214,3 +216,6 @@ ### Debugging

Run `bazel run :npm_package.publish` from the master branch
(you must be logged into the `angular` shared npm account).
From the master branch run:
```
bazel run :npm_package.publish -- --registry https://wombat-dressing-room.appspot.com
```
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