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

console-log-shortcut

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-log-shortcut - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

11

package.json
{
"name": "console-log-shortcut",
"version": "1.0.5",
"version": "1.0.6",
"description": "Save tens of characters by using log() instead of console.log()!",

@@ -12,4 +12,3 @@ "main": "index.js",

"prepublish:js:es6": "rollup -c -f es -o lib/index.es6.js",
"prepublish:js:cjs": "rollup -c -f cjs -o lib/index.js",
"prepublish:readme": "cp ./README.md ./lib/README.md && cp ./LICENSE lib/LICENSE"
"prepublish:js:cjs": "rollup -c -f cjs -o lib/index.js"
},

@@ -30,8 +29,4 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.14.0",
"npm-run-all": "^3.1.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.4",
"rollup-plugin-node-resolve": "^2.0.0"
"npm-run-all": "^3.1.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