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

taktik-polymer-typescript

Package Overview
Dependencies
Maintainers
6
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taktik-polymer-typescript - npm Package Compare versions

Comparing version 5.2.1-alpha.0 to 5.2.1

24

dist/src/index.js

@@ -1,3 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -7,8 +5,8 @@ * A TypeScript class decorator that defines a custom element with name

*/
require("reflect-metadata");
require("../type/shadow");
require("../type/polymer");
require("../type/iron-ajax");
require("../type/missing");
function customElement(tagname) {
import 'reflect-metadata';
import '../type/shadow';
import '../type/polymer';
import '../type/iron-ajax';
import '../type/missing';
export function customElement(tagname) {
return (clazz) => {

@@ -21,3 +19,2 @@ clazz.is = tagname;

}
exports.customElement = customElement;
function createProperty(proto, name, options) {

@@ -54,3 +51,3 @@ const notify = (options && options.notify) || false;

*/
function property(options) {
export function property(options) {
return (proto, propName) => {

@@ -60,8 +57,6 @@ createProperty(proto, propName, options);

}
exports.property = property;
function domElement() {
export function domElement() {
// tslint:disable-next-line:no-empty
return (proto, propName) => { };
}
exports.domElement = domElement;
/**

@@ -74,3 +69,3 @@ * A TypeScript property decorator factory that causes the decorated method to

*/
function observe(...targets) {
export function observe(...targets) {
return (proto, propName) => {

@@ -83,3 +78,2 @@ if (!proto.constructor.hasOwnProperty('observers')) {

}
exports.observe = observe;
function _ensureConfig(proto) {

@@ -86,0 +80,0 @@ const ctor = proto.constructor;

{
"name": "taktik-polymer-typescript",
"version": "5.2.1-alpha.0",
"version": "5.2.1",
"publishConfig": {

@@ -24,3 +24,3 @@ "access": "public"

"devDependencies": {
"ozone-type": "^5.2.1-alpha.0"
"ozone-type": "^5.2.1"
},

@@ -30,3 +30,3 @@ "dependencies": {

},
"gitHead": "add550ef77b4ff5e528938c9ac750b159ce9636a"
"gitHead": "713378763117304f56664509f5ccec75cb189e9d"
}

@@ -5,3 +5,3 @@ {

// Use of ES6
"module": "commonjs",
"module": "esnext",
"experimentalDecorators": true,

@@ -8,0 +8,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