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

ical

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ical - npm Package Compare versions

Comparing version

to
0.3.1

.package.json.un~

4

package.json
{
"name": "ical",
"version": "0.3.0",
"version": "0.3.1",
"main": "index.js",

@@ -18,3 +18,3 @@ "description": "A tolerant, minimal icalendar parser",

"dependencies": {
"request": "",
"request": "2.40.0",
"rrule": "2.0.0"

@@ -21,0 +21,0 @@ },

@@ -6,2 +6,3 @@ /****

***/
process.env.TZ = 'America/San_Francisco';
var ical = require('../index')

@@ -359,2 +360,5 @@

assert.instanceOf(err, Error);
if (!err){
console.log(">E:", err, result)
}
}

@@ -361,0 +365,0 @@ }