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

babel-preset-es2015-without-strict-loose

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-es2015-without-strict-loose - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

1

index.js
module.exports = {
plugins: [
require('babel-plugin-check-es2015-constants'),
[require('babel-plugin-transform-class-properties'), {spec: true}],
require('babel-plugin-transform-es2015-arrow-functions'),

@@ -5,0 +6,0 @@ require('babel-plugin-transform-es2015-block-scoped-functions'),

5

package.json
{
"name": "babel-preset-es2015-without-strict-loose",
"version": "1.0.1",
"version": "1.1.0",
"description": "Babel preset for not using strict mode and using the loose option (useful for IE 10+ support)",

@@ -28,2 +28,3 @@ "main": "index.js",

"babel-plugin-check-es2015-constants": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.5.0",

@@ -51,2 +52,2 @@ "babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0",

}
}
}

@@ -1,1 +0,5 @@

Babel preset for not using strict and using the loose option (useful for IE 10+ support)
Babel preset for not using strict and using the loose option (useful for IE 10+ support)
CHANGE LOG:
- added class-properties (though not techinically es2015, I think it is fine to add)

Sorry, the diff of this file is not supported yet

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