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

@lroal/on-change

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lroal/on-change - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

index-cjs.js

19

package.json
{
"name": "@lroal/on-change",
"version": "4.0.0",
"version": "4.0.1",
"description": "on-change that works with both commonjs and ecmascript",
"type": "module",
"main": "./index.cjs",
"main": "./index-esm.js",
"exports": {
"import": "./index.mjs",
"require": "./index.cjs"
"require": "./index-cjs.js",
"import": "./index-esm.js",
"default": "./index-esm.js"
},
"module": "index.mjs",
"keywords": [

@@ -24,6 +23,6 @@ "on-change",

"type": "git",
"url": "git+ssh://git@github.com/alfateam/on-change.git"
"url": "git+ssh://git@github.com/lroal/on-change.git"
},
"dependencies": {
"on-change": "^4.0.0"
"on-change": "^4.0.1"
},

@@ -36,5 +35,5 @@ "devDependencies": {

"bugs": {
"url": "https://github.com/alfateam/on-change/issues"
"url": "https://github.com/lroal/on-change/issues"
},
"homepage": "https://github.com/alfateam/on-change#readme"
"homepage": "https://github.com/lroal/on-change#readme"
}

@@ -5,5 +5,5 @@ import commonjs from '@rollup/plugin-commonjs';

export default {
input: 'index.mjs',
input: 'index-esm.js',
output: {
file: 'index.cjs',
file: 'index-cjs.js',
format: 'commonjs',

@@ -10,0 +10,0 @@ exports: 'auto'

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