Socket
Socket
Sign inDemoInstall

dedupe-string-plugin

Package Overview
Dependencies
5
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 1.0.0

2

index.js

@@ -9,3 +9,3 @@ 'use strict';

var pluginName = 'dedupe-string-plugin';
var StripWhitespacePlugin = (function () {
var StripWhitespacePlugin = /** @class */ (function () {
function StripWhitespacePlugin(options) {

@@ -12,0 +12,0 @@ options = options || {};

{
"name": "dedupe-string-plugin",
"version": "0.0.3",
"version": "1.0.0",
"description": "Deduplicate strings in javascript assets",

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

"devDependencies": {
"@types/webpack": "^2.2.11",
"@types/webpack-sources": "^0.1.1",
"in-publish": "^2.0.0",
"rollup": "^0.41.5",
"rollup-plugin-typescript": "^0.8.1",
"tslint": "^5.2.0",
"typescript": "^2.2.1",
"webpack": "^2.2.1"
"@types/webpack": "3.8.2",
"@types/webpack-sources": "0.1.4",
"in-publish": "2.0.0",
"rollup": "0.54.0",
"rollup-plugin-typescript": "0.8.1",
"tslint": "5.9.1",
"typescript": "2.6.2",
"webpack": "3.10.0"
},
"dependencies": {
"de-dupe": "0.0.14",
"webpack-sources": "^0.2.0"
"de-dupe": "0.0.15",
"webpack-sources": "1.1.0"
}
}
var typescript = require('rollup-plugin-typescript');
module.exports = {
entry: './src/index.ts',
dest: 'index.js',
format: 'cjs',
moduleId: 'de-dupe',
moduleName: 'dedupe',
input: './src/index.ts',
output: {
file: 'index.js',
name: 'dedupe',
format: 'cjs',
},
external: [

@@ -10,0 +11,0 @@ 'assert',

@@ -36,5 +36,2 @@ !function(){var _="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";/******/ (function(modules) { // webpackBootstrap

/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/
/******/ // define getter function for harmony exports

@@ -41,0 +38,0 @@ /******/ __webpack_require__.d = function(exports, name, getter) {

@@ -10,3 +10,3 @@ 'use strict';

var pluginName = 'dedupe-string-plugin';
var StripWhitespacePlugin = (function () {
var StripWhitespacePlugin = /** @class */ (function () {
function StripWhitespacePlugin(options) {

@@ -13,0 +13,0 @@ options = options || {};

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc