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

ng2-tag-input

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-tag-input - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

3

dist/index.d.ts

@@ -1,1 +0,2 @@

declare const components: any;
declare const TagInputModule: any;
export { TagInputModule };

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

var components = require('./dist/ng2-tag-input.bundle.js');
exports.TagInput = components.TagInput;
exports.TagInputModule = components.TagInputModule;
"use strict";
var components = require('./ng2-tag-input.bundle.js');
var TagInputModule = components.TagInputModule;
exports.TagInputModule = TagInputModule;
//# sourceMappingURL=index.js.map

@@ -1,4 +0,4 @@

const components = require('./dist/ng2-tag-input.bundle.js');
const components = require('./ng2-tag-input.bundle.js');
const TagInputModule = components.TagInputModule;
exports.TagInput = components.TagInput;
exports.TagInputModule = components.TagInputModule;
export { TagInputModule }
{
"name": "ng2-tag-input",
"version": "0.2.6",
"version": "0.2.7",
"description": "Tag Input component for Angular 2",

@@ -82,8 +82,7 @@ "scripts": {

"homepage": "https://github.com/Gbuomprisco/ng2-tag-input",
"main": "./index.js",
"main": "./dist/index.js",
"files": [
"dist",
"index.js",
"index.ts"
]
}

Sorry, the diff of this file is not supported yet

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