Socket
Socket
Sign inDemoInstall

@newsteam/babel-preset

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newsteam/babel-preset - npm Package Compare versions

Comparing version 0.0.46 to 0.0.47

2

lib/index.js

@@ -42,3 +42,3 @@ "use strict";

loose: true
}], "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-transform-named-capturing-groups-regex", "@loadable/babel-plugin", "jsx-control-statements");
}], "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-transform-named-capturing-groups-regex", "@loadable/babel-plugin");

@@ -45,0 +45,0 @@ if (reactHotLoader) {

{
"name": "@newsteam/babel-preset",
"version": "0.0.46",
"version": "0.0.47",
"description": "Shared preset for babel",

@@ -8,6 +8,6 @@ "main": "lib",

"scripts": {
"build": "make build",
"prepublishOnly": "make prepublish",
"test": "make test",
"update": "make update"
"build": "make build --always-make",
"prepublishOnly": "make prepublish --always-make",
"test": "make test --always-make",
"update": "make update --always-make"
},

@@ -47,8 +47,8 @@ "browserslist": "node 12",

"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.7",
"@babel/plugin-proposal-decorators": "7.17.2",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-transform-named-capturing-groups-regex": "7.16.8",
"@babel/plugin-transform-typescript": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",

@@ -58,3 +58,2 @@ "@babel/preset-typescript": "7.16.7",

"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-jsx-control-statements": "4.1.2",
"babel-plugin-module-resolver": "^4.1.0",

@@ -64,17 +63,17 @@ "babel-plugin-shebang": "1.0.0",

"react-hot-loader": "4.13.0",
"typescript": "4.5.4"
"typescript": "4.5.5"
},
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/core": "7.16.7",
"@newsteam/jasmine": "0.0.37",
"@babel/cli": "7.17.3",
"@babel/core": "7.17.5",
"@newsteam/jasmine": "0.0.38",
"@types/babel__core": "7.1.18",
"@types/node": "17.0.8",
"@types/node": "17.0.18",
"jasmine": "4.0.2",
"npm-check-updates": "^12.1.0",
"npm-check-updates": "^12.3.1",
"renamer": "4.0.0"
},
"peerDependencies": {
"@babel/core": "7.16.7"
"@babel/core": "7.17.5"
}
}
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