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

anonymizer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anonymizer - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

dist/anonymizer.js

4

bower.json
{
"name": "anonymizer",
"version": "0.1.2",
"version": "0.2.0",
"homepage": "https://github.com/kristw/anonymizer",

@@ -9,3 +9,3 @@ "authors": [

"description": "An easy way to anonymize your json. This utility can remove all field names from javascript objects.",
"main": "src/anonymizer.js",
"main": "dist/anonymizer.min.js",
"moduleType": [

@@ -12,0 +12,0 @@ "amd",

{
"name": "anonymizer",
"description": "An easy way to anonymize your json. This utility can remove all field names from javascript objects.",
"version": "0.1.2",
"main": "src/anonymizer.js",
"version": "0.2.0",
"main": "dist/anonymizer.min.js",
"devDependencies": {
"chai": "*",
"mocha": "*",
"uglify-js": "*"
"uglify-js": "*",
"grunt": "~0.4.2",
"grunt-bump": "^0.3.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "~0.3.0",
"time-grunt": "~0.2.9"
},

@@ -17,5 +26,4 @@ "author": {

"scripts": {
"test": "mocha --no-colors --reporter spec",
"prepublish": "uglifyjs src/anonymizer.js -m -c > src/anonymizer.min.js"
"test": "mocha --no-colors --reporter spec"
}
}
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