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

@stae/babel-node

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stae/babel-node - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

11

CHANGELOG.md

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

## [1.1.1](https://github.com/staeco/modules/compare/@stae/babel-node@1.1.0...@stae/babel-node@1.1.1) (2022-06-30)
### Bug Fixes
* null operator ([4bb9615](https://github.com/staeco/modules/commit/4bb96153dac5d0bc51810300d533c053e19f7348))
# [1.1.0](https://github.com/staeco/modules/compare/@stae/babel-node@1.0.6...@stae/babel-node@1.1.0) (2020-12-06)

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

1

lib/index.js

@@ -6,2 +6,3 @@ module.exports = {

["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-proposal-nullish-coalescing-operator",
"closure-elimination"

@@ -8,0 +9,0 @@ ],

5

package.json
{
"name": "@stae/babel-node",
"version": "1.1.0",
"version": "1.1.1",
"description": "Stae node babel config",

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

"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",

@@ -33,3 +34,3 @@ "@babel/preset-env": "^7.0.0",

},
"gitHead": "e012497af600c9f54334763aeea6ec0ad17ca7d4"
"gitHead": "be6de5b8208840fd654d9df858abd18c5544a163"
}
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