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

immutable-ics

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-ics - npm Package Compare versions

Comparing version 0.2.5 to 0.3.0

yarn.lock

5

package.json
{
"name": "immutable-ics",
"version": "0.2.5",
"version": "0.3.0",
"description": "Immutable iCalendar document creation",

@@ -30,3 +30,2 @@ "main": "build/immutable-ics.js",

"dependencies": {
"lodash.isarray": "^4.0.0",
"lodash.isfunction": "^3.0.8",

@@ -43,3 +42,3 @@ "lodash.isnull": "^3.0.0",

"babel-preset-stage-0": "^6.5.0",
"mocha": "^2.5.3",
"mocha": "^3.5.0",
"standard": "^7.1.2",

@@ -46,0 +45,0 @@ "webpack": "^1.13.1"

6

README.md

@@ -50,8 +50,8 @@ # immutable-ics

calendar = new Component({ name: 'VCALENDAR' })
calendar = calendar.addProperty(versionProperty)
calendar = calendar.pushProperty(versionProperty)
event = new Component({ name: 'VEVENT' })
event = event.addProperty(dtstartProperty)
event = event.pushProperty(dtstartProperty)
calendar = calendar.addComponent(event)
calendar = calendar.pushComponent(event)
```

@@ -58,0 +58,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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