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

babel-preset-es3

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-es3 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "babel-preset-es3",
"version": "1.0.0",
"version": "1.0.1",
"description": "Preset for Babel's ES3 transformations",
"scripts": {
"pretest": "eslint .",
"test": "echo \"Error: no test specified\""
"test": "echo \"Error: no test specified\"",
"postpublish": "git push --follow-tags"
},

@@ -14,2 +15,5 @@ "keywords": [

],
"files": [
"index.js"
],
"author": "Simen Bekkhus <sbekkhus91@gmail.com>",

@@ -16,0 +20,0 @@ "repository": "SimenB/babel-preset-es3",

# babel-preset-es3
[![npm version][npm-image]][npm-url]
[![Dependency Status][david-image]][david-url]
> Babel preset for two ES3 transforms `transform-es3-member-expression-literals` and `transform-es3-property-literals`
This presets adds the two transforms for ES2 syntax compatibility.
This presets adds the two transforms for ES3 syntax compatibility.

@@ -41,1 +43,3 @@ ## Install

[npm-image]: https://img.shields.io/npm/v/babel-preset-es3.svg
[david-url]: https://david-dm.org/SimenB/babel-preset-es3
[david-image]: https://img.shields.io/david/SimenB/babel-preset-es3.svg
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