Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-decorators

Package Overview
Dependencies
Maintainers
4
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.0.0-beta.32 to 7.0.0-beta.33

6

package.json
{
"name": "@babel/plugin-syntax-decorators",
"version": "7.0.0-beta.32",
"version": "7.0.0-beta.33",
"description": "Allow parsing of decorators",

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

"peerDependencies": {
"@babel/core": "7.0.0-beta.32"
"@babel/core": "7.0.0-beta.33"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.32"
"@babel/core": "7.0.0-beta.33"
}
}

@@ -19,3 +19,3 @@ # @babel/plugin-syntax-decorators

{
"plugins": ["@babel/syntax-decorators"]
"plugins": ["@babel/plugin-syntax-decorators"]
}

@@ -27,3 +27,3 @@ ```

```sh
babel --plugins @babel/syntax-decorators script.js
babel --plugins @babel/plugin-syntax-decorators script.js
```

@@ -35,4 +35,4 @@

require("@babel/core").transform("code", {
plugins: ["@babel/syntax-decorators"]
plugins: ["@babel/plugin-syntax-decorators"]
});
```
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