Socket
Socket
Sign inDemoInstall

@nutmeg/seed

Package Overview
Dependencies
2
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.0 to 0.12.1

4

dist/seed.d.ts

@@ -0,5 +1,5 @@

import { attributeNameFromProperty, propertyNameFromAttribute } from './utils';
import { html, svg } from 'lit-html/lib/lit-extended';
import { Property } from './decorators';
import { TemplateResult } from 'lit-html';
import { Property } from './decorators';
import { attributeNameFromProperty, propertyNameFromAttribute } from './utils';
/** Extending classes are expected to define `template` and `styles`. */

@@ -6,0 +6,0 @@ interface Seed {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const utils_1 = require("./utils");
exports.attributeNameFromProperty = utils_1.attributeNameFromProperty;
exports.propertyNameFromAttribute = utils_1.propertyNameFromAttribute;
const lit_extended_1 = require("lit-html/lib/lit-extended");
exports.html = lit_extended_1.html;
exports.svg = lit_extended_1.svg;
const shady_render_1 = require("lit-html/lib/shady-render");
const lit_html_1 = require("lit-html");
exports.TemplateResult = lit_html_1.TemplateResult;
const decorators_1 = require("./decorators");
exports.Prop = decorators_1.Property;
exports.Property = decorators_1.Property;
const utils_1 = require("./utils");
exports.attributeNameFromProperty = utils_1.attributeNameFromProperty;
exports.propertyNameFromAttribute = utils_1.propertyNameFromAttribute;
const lit_html_1 = require("lit-html");
exports.TemplateResult = lit_html_1.TemplateResult;
const shady_render_1 = require("lit-html/lib/shady-render");
class Seed extends HTMLElement {

@@ -57,2 +57,3 @@ constructor() {

display: block;
overflow: hidden;
}

@@ -59,0 +60,0 @@

{
"name": "@nutmeg/seed",
"version": "0.12.0",
"version": "0.12.1",
"description": "Nutmeg Web Component Seed",

@@ -5,0 +5,0 @@ "main": "dist/seed.js",

import 'reflect-metadata';
import { attributeNameFromProperty, privatePropertyName } from './utils';
import { Seed } from './seed';
import { attributeNameFromProperty, propertyNameFromAttribute, privatePropertyName } from './utils';

@@ -6,0 +7,0 @@ const primitiveTypes = [Boolean, Number, String];

@@ -0,7 +1,7 @@

import { attributeNameFromProperty, propertyNameFromAttribute } from './utils';
import { html, svg } from 'lit-html/lib/lit-extended';
import { render } from 'lit-html/lib/shady-render';
import { TemplateResult } from 'lit-html';
import { Property } from './decorators';
import { attributeNameFromProperty, propertyNameFromAttribute } from './utils';
import { TemplateResult } from 'lit-html';
import { render } from 'lit-html/lib/shady-render';

@@ -67,2 +67,3 @@ /** Extending classes are expected to define `template` and `styles`. */

display: block;
overflow: hidden;
}

@@ -69,0 +70,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc