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

@yoctol/kurator

Package Overview
Dependencies
Maintainers
6
Versions
703
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yoctol/kurator - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

5

package.json
{
"name": "@yoctol/kurator",
"license": "UNLICENSED",
"version": "0.5.4",
"version": "0.5.5",
"main": "src/index.js",

@@ -18,3 +18,4 @@ "files": [

"bottender-compose": "^0.10.2",
"lodash": "^4.17.10"
"lodash": "^4.17.10",
"update-notifier": "^2.5.0"
},

@@ -21,0 +22,0 @@ "devDependencies": {

@@ -0,1 +1,7 @@

const updateNotifier = require('update-notifier');
const pkg = require('../package.json');
updateNotifier({ pkg }).notify({ defer: false });
module.exports = require('./Kurator');
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