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

ics

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ics - npm Package Compare versions

Comparing version 3.7.2 to 3.7.3

9

dist/utils/fold-line.js

@@ -7,10 +7,9 @@ "use strict";

exports["default"] = foldLine;
var _runes = _interopRequireDefault(require("runes2"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var _runes = require("runes2");
function foldLine(line) {
var parts = [];
var length = 75;
while ((0, _runes["default"])(line).length > length) {
parts.push(_runes["default"].substring(line, 0, length));
line = _runes["default"].substring(line, length);
while ((0, _runes.runes)(line).length > length) {
parts.push((0, _runes.substring)(line, 0, length));
line = (0, _runes.substring)(line, length);
length = 74;

@@ -17,0 +16,0 @@ }

{
"name": "ics",
"version": "3.7.2",
"version": "3.7.3",
"description": "iCal (ics) file generator",

@@ -5,0 +5,0 @@ "exports": {

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