New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-accurapp

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-accurapp - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

4

index.js

@@ -14,6 +14,6 @@ module.exports = (context, opts = {}) => {

useBuiltIns: 'usage',
// Enable stage 4 proposals, like object rest/spread
// Enable stage 4 proposals, like array.flatMap
shippedProposals: true,
// Use new corejs version
corejs: 3,
corejs: { version: 3, proposals: true },
},

@@ -20,0 +20,0 @@ ],

{
"name": "babel-preset-accurapp",
"version": "4.1.1",
"version": "4.1.2",
"description": "Babel preset used by Accurat",

@@ -21,3 +21,3 @@ "repository": "accurat/accurapp",

"dependencies": {
"@babel/core": "7.4.0",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",

@@ -32,3 +32,3 @@ "@babel/plugin-proposal-decorators": "7.4.0",

"@babel/plugin-proposal-logical-assignment-operators": "7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.3",
"@babel/plugin-proposal-numeric-separator": "7.2.0",

@@ -40,4 +40,3 @@ "@babel/plugin-proposal-optional-chaining": "7.2.0",

"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/polyfill": "7.4.0",
"@babel/preset-env": "7.4.2",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",

@@ -47,5 +46,6 @@ "@babel/preset-typescript": "7.3.3",

"babel-plugin-macros": "2.5.1",
"core-js": "3.0.0"
"core-js": "3.0.1",
"regenerator-runtime": "^0.13.2"
},
"gitHead": "1b0fb23dfa17217f16813705aa4808a499f42c0d"
"gitHead": "40be498cac797003f5575d4a931ae6529534714f"
}
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