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

babel-plugin-replace-ts-export-assignment

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-replace-ts-export-assignment - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

CHANGELOG.md

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

## [0.0.2] - 2019-08-09
### Changed
* Make `@babel/` dependencies `devDependencies`
## [0.0.1] - 2019-08-09

@@ -14,4 +19,6 @@

[Unreleased]: https://github.com/G-Rath/babel-plugin-replace-ts-export-assignment/compare/v0.0.1...HEAD
[Unreleased]: https://github.com/G-Rath/babel-plugin-replace-ts-export-assignment/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/G-Rath/babel-plugin-replace-ts-export-assignment/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/G-Rath/babel-plugin-replace-ts-export-assignment/compare/fdf7c5...v0.0.1

9

package.json
{
"name": "babel-plugin-replace-ts-export-assignment",
"version": "0.0.1",
"version": "0.0.2",
"description": "Allows export assignment syntax to be used when compiling TypeScript with babel",

@@ -60,8 +60,7 @@ "keywords": [

},
"dependencies": {
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/template": "^7.4.4",
"@babel/types": "^7.5.5"
},
"devDependencies": {
"@babel/types": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",

@@ -68,0 +67,0 @@ "@types/dedent": "^0.7.0",

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