Socket
Socket
Sign inDemoInstall

babel-preset-proposal-typescript

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-proposal-typescript - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

lib/cjs.js

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.4.1](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.0...v1.4.1) (2019-09-09)
### Bug Fixes
* **test:** code coverage issue, remove unnecessary tempy dep ([71b6765](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/71b6765))
## [1.4.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.3.0...v1.4.0) (2019-09-07)

@@ -7,0 +14,0 @@

24

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

@@ -11,5 +11,5 @@ "repository": "git@github.com/rx-ts/babel-preset-proposal-typescript.git",

},
"main": "cjs.js",
"module": "esm.js",
"es2015": "es2015.js",
"main": "lib/cjs.js",
"module": "lib/esm.js",
"es2015": "lib/es2015.js",
"scripts": {

@@ -20,3 +20,4 @@ "build": "rollup -c node_modules/@1stg/rollup-config/module.js",

"test": "jest",
"prepublishOnly": "yarn test"
"prepublishOnly": "yarn test",
"postinstall": "bash scripts/postinstall.sh || exit 0"
},

@@ -33,8 +34,6 @@ "keywords": [

"files": [
"cjs.js",
"esm.js",
"es2015.js"
"lib"
],
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.6.0",
"typescript": "^3.0.0"

@@ -61,3 +60,3 @@ },

"devDependencies": {
"@1stg/eslint-config": "^0.9.1",
"@1stg/eslint-config": "^0.9.2",
"@1stg/husky-config": "^0.3.0",

@@ -67,3 +66,3 @@ "@1stg/lint-staged": "^0.6.0",

"@1stg/remark-config": "^0.2.1",
"@1stg/rollup-config": "^0.7.0",
"@1stg/rollup-config": "^0.8.0",
"@1stg/tsconfig": "^0.5.0",

@@ -88,6 +87,5 @@ "@babel/cli": "^7.6.0",

"prettier": "^1.18.2",
"rollup": "^1.20.3",
"tempy": "^0.3.0",
"rollup": "^1.21.2",
"typescript": "^3.6.2"
}
}

@@ -5,2 +5,3 @@ # babel-preset-proposal-typescript

[![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)
[![Codacy Grade](https://img.shields.io/codacy/grade/53177b35c7a1440184d819836ea7a5ed)](https://www.codacy.com/app/JounQin/babel-preset-proposal-typescript)
[![David Peer](https://img.shields.io/david/peer/rx-ts/babel-preset-proposal-typescript.svg)](https://david-dm.org/rx-ts/babel-preset-proposal-typescript?type=peer)

@@ -7,0 +8,0 @@ [![David](https://img.shields.io/david/rx-ts/babel-preset-proposal-typescript.svg)](https://david-dm.org/rx-ts/babel-preset-proposal-typescript)

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