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

angular-prism

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-prism - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/src/prism.component.d.ts
import { Renderer2, ElementRef, AfterViewInit } from '@angular/core';
import 'https://unpkg.com/prismjs@1.6.0/prism';
import 'https://unpkg.com/prismjs@1.6.0/components/prism-typescript.min';
import 'https://unpkg.com/prismjs@1.6.0/components/prism-{{language}}.min';
export declare class PrismComponent implements AfterViewInit {

@@ -5,0 +5,0 @@ private _renderer;

@@ -14,3 +14,3 @@ "use strict";

require("https://unpkg.com/prismjs@1.6.0/prism");
require("https://unpkg.com/prismjs@1.6.0/components/prism-typescript.min");
require("https://unpkg.com/prismjs@1.6.0/components/prism-{{language}}.min");
let PrismComponent = class PrismComponent {

@@ -17,0 +17,0 @@ constructor(_renderer, _el) {

{
"name": "angular-prism",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {

@@ -5,0 +5,0 @@ "build": "ngc -p tsconfig.json",

import { Component, Input, Renderer2, ElementRef, AfterViewInit } from '@angular/core';
declare var Prism: any;
import 'https://unpkg.com/prismjs@1.6.0/prism';
import 'https://unpkg.com/prismjs@1.6.0/components/prism-typescript.min'
import 'https://unpkg.com/prismjs@1.6.0/components/prism-{{language}}.min'
@Component({

@@ -6,0 +6,0 @@ selector: 'prism-block',

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