Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@touch4it/ical-timezones

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@touch4it/ical-timezones - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md
# ical-timezone Changelog
## 1.1.1 (2019-12-12)
- Added tests to npm package
## 1.1.0 (2019-12-06)

@@ -4,0 +8,0 @@

2

package.json
{
"name": "@touch4it/ical-timezones",
"version": "1.1.0",
"version": "1.1.1",
"description": "iCal timezone component generator",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/touch4it/ical-timezones",

@@ -27,1 +27,5 @@ const app = require('../index');

});
test('Correct timezone object for "GMT Standard Time" timezone', () => {
expect(app.getVtimezone('GMT Standard Time')).toBe(expected);
});
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