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

babel-plugin-ko-component-flatten

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-ko-component-flatten - npm Package Compare versions

Comparing version 0.0.10 to 0.1.0

6

index.js

@@ -8,3 +8,3 @@ var template = require('babel-template');

var constructorDeclarationTpl = template(`
var constructor = function () {};
var constructor = function (opts) {};
`);

@@ -37,3 +37,5 @@

'style',
'template'
'template',
'computed',
'pureComputed'
];

@@ -40,0 +42,0 @@

{
"name": "babel-plugin-ko-component-flatten",
"version": "0.0.10",
"version": "0.1.0",
"description": "Flatten ExportDefaultDeclaration",

@@ -5,0 +5,0 @@ "main": "index.js",

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