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

space-pen

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

space-pen - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

12

api.json

@@ -7,3 +7,3 @@ {

"filename": "src/space-pen.coffee",
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.0/src/space-pen.coffee#L75",
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.1/src/space-pen.coffee#L75",
"sections": [],

@@ -14,3 +14,3 @@ "classMethods": [

"sectionName": null,
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.0/src/space-pen.coffee#L85",
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.1/src/space-pen.coffee#L85",
"visibility": "Public",

@@ -37,3 +37,3 @@ "summary": "Add the given subview wired to an outlet with the given name",

"sectionName": null,
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.0/src/space-pen.coffee#L91",
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.1/src/space-pen.coffee#L91",
"visibility": "Public",

@@ -54,3 +54,3 @@ "summary": "Add a text node with the given text content",

"sectionName": null,
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.0/src/space-pen.coffee#L97",
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.1/src/space-pen.coffee#L97",
"visibility": "Public",

@@ -77,3 +77,3 @@ "summary": "Add a new tag with the given name",

"sectionName": null,
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.0/src/space-pen.coffee#L102",
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.1/src/space-pen.coffee#L102",
"visibility": "Public",

@@ -96,3 +96,3 @@ "summary": "Add new child DOM nodes from the given raw HTML string.",

"sectionName": null,
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.0/src/space-pen.coffee#L205",
"srcUrl": "https://github.com/atom/space-pen/blob/v5.0.1/src/space-pen.coffee#L205",
"visibility": "Public",

@@ -99,0 +99,0 @@ "summary": "Preempt events registered with jQuery's `::on`.",

@@ -367,3 +367,3 @@ (function() {

if (element = this[0]) {
if (element.__spacePenView != null) {
if ((element.__spacePenView != null) && !element.__allowViewAccess) {
viewConstructorName = element.__spacePenView.constructor.name;

@@ -370,0 +370,0 @@ if (Grim != null) {

{
"name": "space-pen",
"version": "5.0.0",
"version": "5.0.1",
"description": "Write markup on the final frontier",

@@ -5,0 +5,0 @@ "main": "./lib/space-pen.js",

# SpacePen [![Build Status](https://travis-ci.org/atom/space-pen.svg?branch=master)](https://travis-ci.org/atom/space-pen)
**Version 4.x of SpacePen is intended to be included as a direct dependency of 1.0-compatible Atom packages. If you're looking for SpacePen 3.x, used in [Atom Core](https://github.com/atom/atom), check out the [3.x branch](https://github.com/atom/space-pen/tree/3.x).**
**Version 5.x of SpacePen is intended to be included as a direct dependency of 1.0-compatible Atom packages. If you're looking for SpacePen 3.x, used in [Atom Core](https://github.com/atom/atom), check out the [3.x branch](https://github.com/atom/space-pen/tree/3.x).**

@@ -5,0 +5,0 @@ ## Write markup on the final frontier

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