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

dominic

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dominic - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

lib/index.js

2

component.json
{
"name": "dominic",
"version": "0.1.15",
"version": "0.1.16",
"description": "Helper to quickly build up DOM in simple javascript object format.",

@@ -5,0 +5,0 @@ "scripts": [

@@ -1,3 +0,3 @@

var Dominic = require('src/index')
var Dominic = require('lib/index')
module.exports = Dominic
{
"name": "dominic",
"version": "0.1.15",
"version": "0.1.16",
"description": "Helper to quickly build up DOM in simple javascript object format.",

@@ -8,4 +8,4 @@ "main": "dominic.js",

"test": "test",
"beautify": "uglifyjs dominic.js -o dist/dominic.js -b space-colon=true,semicolons=false,quote_style=1,indent-level=4",
"minify": "uglifyjs dominic.js -o dist/dominic.min.js -c dead_code,unused,booleans,loops,join_vars,drop_debugger,drop_console,sequences -m",
"beautify": "uglifyjs lib/index.js -o dist/dominic.js -b space-colon=true,semicolons=false,quote_style=1,indent-level=4",
"minify": "uglifyjs lib/index.js -o dist/dominic.min.js -c dead_code,unused,booleans,loops,join_vars,drop_debugger,drop_console,sequences -m",
"output": "npm run beautify && npm run minify"

@@ -12,0 +12,0 @@ },

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