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

de-dupe

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

de-dupe - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

cli.js

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

var index_1 = require('./index');
var config = JSON.parse(fs.readFileSync('./package.json', 'utf-8'));
var config = require('./package.json');
process.title = config.name;

@@ -9,0 +9,0 @@ var options = parseArguments(process);

import fs = require('fs');
import path = require('path');
import Dedupe from './index';
var config = require('./package.json');
var config = JSON.parse(fs.readFileSync('./package.json', 'utf-8'));
process.title = config.name;

@@ -8,0 +7,0 @@

{
"name": "de-dupe",
"bin": ".bin/de-dupe",
"version": "0.0.4",
"version": "0.0.5",
"description": "Deduplicate strings from javascript assets",

@@ -6,0 +6,0 @@ "main": "index.js",

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