New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-typify

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-typify - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

index.js

@@ -6,3 +6,3 @@ /* jshint node: true */

var process = require('process');
var Typify = require('./lib/typify');
var TsPreprocessor = require('./lib/typescript-preprocessor');

@@ -25,3 +25,3 @@ module.exports = {

try {
var plugin = new Typify({includeExtensions: ['.ts','.js']});
var plugin = new TsPreprocessor({includeExtensions: ['.ts','.js']});
registry.add('js', plugin);

@@ -28,0 +28,0 @@ } catch ( ex ) {

{
"name": "ember-cli-typify",
"version": "0.4.1",
"version": "0.4.2",
"description": "Allow ember apps to use typescript files.",

@@ -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