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

@event-calendar/core

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@event-calendar/core - npm Package Compare versions

Comparing version 0.1.0-beta.4 to 0.1.0

2

index.js

@@ -267,3 +267,3 @@ import { is_function, tick, SvelteComponent, init, safe_not_equal, empty, insert, detach, noop, destroy_each, component_subscribe, set_store_value, element, text, attr, append, listen, set_data, space, transition_in, group_outros, transition_out, check_outros, create_component, mount_component, destroy_component, set_style } from 'svelte/internal';

headers['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
body = params;
body = String(params); // Safari 10.1 doesn't convert to string automatically
}

@@ -270,0 +270,0 @@ // Do the fetch

{
"name": "@event-calendar/core",
"version": "0.1.0-beta.4",
"version": "0.1.0",
"title": "Event Calendar Core package",

@@ -21,5 +21,5 @@ "description": "Full-sized event calendar with resource view",

"dependencies": {
"@event-calendar/common": "~0.1.0-beta.4",
"@event-calendar/common": "~0.1.0",
"svelte": "^3.35.0"
}
}
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