Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-decorators

Package Overview
Dependencies
Maintainers
5
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-syntax-decorators - npm Package Compare versions

Comparing version 7.1.0 to 7.2.0

2

lib/index.js

@@ -47,2 +47,4 @@ "use strict";

return {
name: "syntax-decorators",
manipulateOptions(opts, parserOpts) {

@@ -49,0 +51,0 @@ parserOpts.plugins.push(legacy ? "decorators-legacy" : ["decorators", {

4

package.json
{
"name": "@babel/plugin-syntax-decorators",
"version": "7.1.0",
"version": "7.2.0",
"description": "Allow parsing of decorators",

@@ -21,4 +21,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",

"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.0"
}
}
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