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

@doctorwork/react-easy

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doctorwork/react-easy - npm Package Compare versions

Comparing version 1.1.19 to 1.1.21

2

components/Checkout/index.jsx

@@ -15,3 +15,3 @@ /**

import OrderInfo from 'react-easy/components/Purchase/OrderInfo';
import { get, post } from 'write-easy/lib/api';
import { get, post } from '@doctorwork/write-easy/lib/api';
import styles from './style.module.styl';

@@ -18,0 +18,0 @@

import React from 'react';
import * as Goods from '../index';
import styles from './detail.module.styl';
const setUpShare = require('write-easy/lib/wechat').setUpShare;
const setUpShare = require('@doctorwork/write-easy/lib/wechat').setUpShare;

@@ -6,0 +6,0 @@ const Detail = (props: any) => {

@@ -10,4 +10,4 @@ var __assign = (this && this.__assign) || Object.assign || function(t) {

import defaultsDeep from 'lodash/defaultsDeep';
import { parseQuery } from 'write-easy/utils';
import hybrid, { isHybrid } from 'write-easy/lib/hybrid';
import { parseQuery } from '@doctorwork/write-easy/utils';
import hybrid, { isHybrid } from '@doctorwork/write-easy/lib/hybrid';
var isFunc = function (obj) { return typeof obj === 'function'; };

@@ -14,0 +14,0 @@ /**

import defaultsDeep from 'lodash/defaultsDeep';
import { parseQuery } from 'write-easy/utils';
import hybrid, { isHybrid } from 'write-easy/lib/hybrid';
import { parseQuery } from '@doctorwork/write-easy/utils';
import hybrid, { isHybrid } from '@doctorwork/write-easy/lib/hybrid';
const isFunc = (obj: any) => typeof obj === 'function';

@@ -5,0 +5,0 @@

import React, { PureComponent } from 'react';
const styles = require('./style.module.styl');
import * as api from 'write-easy/lib/api';
const SetCookie: any = require('write-easy/utils/cookie').SetCookie;
import { setCredentials } from 'write-easy/lib/api';
import { parseQuery } from 'write-easy/utils';
import * as api from '@doctorwork/write-easy/lib/api';
const SetCookie: any = require('@doctorwork/write-easy/utils/cookie').SetCookie;
import { setCredentials } from '@doctorwork/write-easy/lib/api';
import { parseQuery } from '@doctorwork/write-easy/utils';
import toast from '../Toast';

@@ -9,0 +9,0 @@

@@ -5,3 +5,3 @@ import React, { Component } from 'react';

const payImage = require('./img/pay@3x.png');
// import { format } from 'write-easy/utils/global';
// import { format } from '@doctorwork/write-easy/utils/global';
// import Stepper from '../../../components/Stepper';

@@ -8,0 +8,0 @@ class OrderInfo extends Component {

@@ -9,3 +9,3 @@ /**

var styles = require('./style.module.styl');
import rem from 'write-easy/utils/rem';
import rem from '@doctorwork/write-easy/utils/rem';
var Skeleton = function (props) {

@@ -12,0 +12,0 @@ var borderRadius = props.borderRadius, color = props.color, width = props.width, height = props.height, _a = props.count, count = _a === void 0 ? 0 : _a, _b = props.widthRandomness, widthRandomness = _b === void 0 ? 0 : _b, _c = props.heightRandomness, heightRandomness = _c === void 0 ? 0 : _c;

import React, { Component } from 'react';
import Login from '../Login';
import { patchUser, setCredentials } from 'write-easy/lib/api';
const parseQuery = require('write-easy/utils').parseQuery;
const get = require('write-easy/lib/api').get;
const SSO_DOMAIN = require('write-easy/lib/wechat').SSO_DOMAIN;
import { patchUser, setCredentials } from '@doctorwork/write-easy/lib/api';
const parseQuery = require('@doctorwork/write-easy/utils').parseQuery;
const get = require('@doctorwork/write-easy/lib/api').get;
const SSO_DOMAIN = require('@doctorwork/write-easy/lib/wechat').SSO_DOMAIN;
const wxAppId = process.env.REACT_APP_WX_APPID;

@@ -8,0 +8,0 @@

{
"name": "@doctorwork/react-easy",
"version": "1.1.19",
"version": "1.1.21",
"description": "",

@@ -32,3 +32,3 @@ "main": "index.js",

"react-dom": "^16.4.0",
"write-easy": "^1.1.0"
"@doctorwork/write-easy": "^1.1.0"
},

@@ -35,0 +35,0 @@ "jest": {

Sorry, the diff of this file is not supported yet

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