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

ts-import-plugin

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-import-plugin - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/index.js

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

var style = options.style;
var styleNode = ts.createImportDeclaration(undefined, undefined, undefined, ts.createLiteral(libraryName + "/lib/" + importName + "/style/index." + (style === 'css' ? style : 'js')));
var styleNode = ts.createImportDeclaration(undefined, undefined, undefined, ts.createLiteral(libraryName + "/lib/" + importName + "/style/" + (style === 'css' ? 'css' : 'index') + ".js"));
astNodes.push(styleNode);

@@ -64,0 +64,0 @@ }

{
"name": "ts-import-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "babel-plugin-import TypeScript version",

@@ -34,3 +34,3 @@ "main": "index.js",

"@types/lodash": "^4.14.71",
"@types/material-ui": "^0.17.21",
"@types/material-ui": "^0.18.0",
"@types/mocha": "^2.2.41",

@@ -37,0 +37,0 @@ "@types/node": "^8.0.19",

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