You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@stae/babel-client

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stae/babel-client - npm Package Compare versions

Comparing version

to
1.0.8

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.8](https://github.com/staeco/modules/compare/@stae/babel-client@1.0.7...@stae/babel-client@1.0.8) (2020-12-04)
### Bug Fixes
* spread config ([bb22e2a](https://github.com/staeco/modules/commit/bb22e2aca7eb4ebe559a86c67c0a703f29c260d3))
## [1.0.7](https://github.com/staeco/modules/compare/@stae/babel-client@1.0.6...@stae/babel-client@1.0.7) (2020-12-04)

@@ -8,0 +19,0 @@

1

lib/index.js

@@ -11,2 +11,3 @@ // Designed for whole front-end projects

["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-object-rest-spread", { "loose": true, "useBuiltIns": true }], // force it to use Object.assign
"@babel/plugin-transform-object-super",

@@ -13,0 +14,0 @@ "babel-plugin-dynamic-import-polyfill" // fix for https://github.com/babel/babel/issues/9872

5

package.json
{
"name": "@stae/babel-client",
"version": "1.0.7",
"version": "1.0.8",
"description": "Stae client babel config",

@@ -25,2 +25,3 @@ "homepage": "https://github.com/staeco/modules#readme",

"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",

@@ -43,3 +44,3 @@ "@babel/plugin-transform-object-super": "^7.2.0",

},
"gitHead": "161dae66ff6b5b3e7bf4b1976668c788f7beeff4"
"gitHead": "43be4ebe9844554a70da0b41e4448bf2e73fcc03"
}