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

ember-cli-reflect

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-reflect - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

index.js
/* jshint node: true */
'use strict';
const REFLECT_JAVASCRIPT = 'https://cdn.reflect.io/latest/reflect.js',
REFLECT_CSS = 'https://cdn.reflect.io/latest/reflect.css';
const REFLECT_JS_VERSION = '0.1.58',
REFLECT_JAVASCRIPT = 'https://cdn.reflect.io/' + REFLECT_JS_VERSION +'/reflect.js',
REFLECT_CSS = 'https://cdn.reflect.io/' + REFLECT_JS_VERSION + '/reflect.css';
const HEAD = '<script src="' + REFLECT_JAVASCRIPT + '" type="text/javascript"></script> \

@@ -9,0 +9,0 @@ <link rel="stylesheet" href="' + REFLECT_CSS + '">';

{
"name": "ember-cli-reflect",
"version": "0.0.3",
"version": "0.0.4",
"description": "Ember CLI addon for embedding Reflect views.",

@@ -5,0 +5,0 @@ "directories": {

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