Socket
Socket
Sign inDemoInstall

babel-preset-proposal-typescript

Package Overview
Dependencies
87
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

27

package.json
{
"name": "babel-preset-proposal-typescript",
"version": "2.0.0",
"version": "2.0.1",
"description": "Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.",

@@ -29,14 +29,2 @@ "repository": "git@github.com/rx-ts/babel-preset-proposal-typescript.git",

],
"scripts": {
"build": "run-p build:*",
"build:r": "r",
"build:ts": "tsc -P src",
"lint": "run-p lint:*",
"lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts -f friendly",
"lint:tsc": "tsc -P src --incremental false --noEmit",
"postinstall": "yarn-deduplicate || exit 0",
"prepublishOnly": "yarn test",
"pretest": "yarn build:r",
"test": "jest"
},
"peerDependencies": {

@@ -47,3 +35,2 @@ "@babel/core": "^7.12.0",

"dependencies": {
"@babel/core": "^7.12.10",
"@babel/helper-plugin-utils": "^7.10.4",

@@ -66,14 +53,2 @@ "@babel/plugin-proposal-class-properties": "^7.12.1",

},
"devDependencies": {
"@1stg/lib-config": "^0.6.0",
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"@types/babel__core": "^7.1.12",
"@types/jest": "^26.0.20",
"babel-jest": "^26.6.3",
"babel-preset-proposal-typescript": "link:.",
"npm-run-all": "^4.1.5",
"typescript": "^4.1.3",
"yarn-deduplicate": "^3.1.0"
},
"resolutions": {

@@ -80,0 +55,0 @@ "babel-preset-proposal-typescript": "link:.",

2

README.md
# babel-preset-proposal-typescript
[![GitHub Actions](https://github.com/rx-ts/babel-preset-proposal-typescript/workflows/Node%20CI/badge.svg)](https://github.com/rx-ts/babel-preset-proposal-typescript/actions?query=workflow%3A%22Node+CI%22)
[![GitHub Actions](https://github.com/rx-ts/babel-preset-proposal-typescript/workflows/CI/badge.svg)](https://github.com/rx-ts/babel-preset-proposal-typescript/actions/workflows/ci.yml)
[![Codecov](https://img.shields.io/codecov/c/github/rx-ts/babel-preset-proposal-typescript.svg)](https://codecov.io/gh/rx-ts/babel-preset-proposal-typescript)

@@ -5,0 +5,0 @@ [![Codacy Grade](https://img.shields.io/codacy/grade/bb554fe914d64b4b87cadb8a48b2a97b)](https://www.codacy.com/gh/rx-ts/babel-preset-proposal-typescript)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc