🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

rosid-handler-node

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rosid-handler-node - npm Package Compare versions

Comparing version
7.1.3
to
8.0.0
+8
-0
CHANGELOG.md

@@ -7,2 +7,10 @@ # Changelog

## [8.0.0] - 2020-03-20
### Changed
- Updated dependencies
- Only support Node.js 10+
- Test with Node.js 10 and 12
## [7.1.3] - 2019-02-23

@@ -9,0 +17,0 @@

+1
-1
The MIT License (MIT)
Copyright (c) 2019 Tobias Reich
Copyright (c) 2020 Tobias Reich

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "rosid-handler-node",
"version": "7.1.3",
"version": "8.0.0",
"authors": [

@@ -43,8 +43,11 @@ "Tobias Reich <tobias@electerious.com>"

"fsify": "^3.0.0",
"mocha": "^6.0.0",
"nyc": "^13.2.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"uuid": "^3.2.1"
"uuid": "^7.0.0"
},
"mocha": {
"timeout": "100000"
}
}