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

tsickle

Package Overview
Dependencies
Maintainers
7
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.41.0 to 0.42.0

1

out/src/tsickle.js

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

exports.mergeEmitResults = mergeEmitResults;
missingSymbol.example();
/**

@@ -64,0 +63,0 @@ * @deprecated Exposed for backward compat with Angular. Use emit() instead.

4

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

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

"lint": "tslint -c tslint.json -p tsconfig.json",
"test": "jasmine out/test/*.js && npm run lint"
"test": "jasmine out/test/*.js && (cd demo && yarn && tsc) && npm run lint"
},

@@ -40,0 +40,0 @@ "repository": {

@@ -211,3 +211,3 @@ # Tsickle - TypeScript to Closure Translator [![Build Status](https://github.com/angular/tsickle/actions/workflows/node.js.yml/badge.svg)](https://github.com/angular/tsickle/actions/workflows/node.js.yml)

npm login
npm publish -- --registry https://wombat-dressing-room.appspot.com
npm publish
```

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