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

can-react

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-react - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

6

autorender.js

@@ -6,2 +6,3 @@ import React from "react";

import can from 'can/util/';
import vdoc from 'can/util/vdom/document/';
import route from "can/route/";

@@ -29,2 +30,7 @@ import 'can/route/pushstate/';

if (!IS_BROWSER) {
// This condition can be removed once things are stable using CanJS v2.3.15+
// We should just be able to add the serializer directly without checking.
if (doc.__addSerializerAndParser) {
doc.__addSerializerAndParser(vdoc.__serializer, vdoc.__parser);
}
doc.body.appendChild(container);

@@ -31,0 +37,0 @@ }

2

extensions/can-ssr-app-map.js

@@ -39,3 +39,3 @@ import can from "can/util/";

//!steal-remove-start
console.log("༼ つ ◕_◕ ༽つ ~~~ A promise has failed to hold up its end of the bargain!!! \nPromise source:", parentFile, "\nERROR:", err);
console.log("༼ つ ◕_◕ ༽つ ~~~ A promise has failed to hold up its end of the bargain!!! \nPromise source:", parentFile, "\nERROR:", (err.stack || err));
//!steal-remove-end

@@ -42,0 +42,0 @@ this.__pluckPromise(promise);

{
"name": "can-react",
"version": "0.0.15",
"version": "0.0.16",
"description": "A compatibility layer required to enable donejs-react.",

@@ -5,0 +5,0 @@ "main": "can-react.js",

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