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

organism-react-ajax

Package Overview
Dependencies
Maintainers
1
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

organism-react-ajax - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

build/es/src/__tests__/workerTest.mjs

3

build/cjs/src/stores/ajaxStore.js

@@ -24,4 +24,2 @@ "use strict";

require("es6-promise/auto");
require("setimmediate");

@@ -43,3 +41,2 @@

// [RESHOW] Need keep if use "new Promise"
var empty = function empty() {};

@@ -46,0 +43,0 @@

{
"version": "0.16.1",
"name": "organism-react-ajax",
"version": "0.16.0",
"description": "React Ajax with webworker",
"main": "./build/cjs/src/index.js",
"module": "./build/es/src/index.js",
"repository": {

@@ -13,2 +10,3 @@ "type": "git",

"homepage": "https://github.com/react-atomic/react-atomic-organism/tree/main/packages/organism-react-ajax",
"description": "React Ajax with webworker",
"keywords": [

@@ -18,2 +16,8 @@ "reactjs",

],
"main": "./build/cjs/src/index.js",
"module": "./build/es/src/index.mjs",
"exports": {
"require": "./build/cjs/src/index.js",
"import": "./build/es/src/index.mjs"
},
"author": "Hill <hill@kimo.com>",

@@ -49,11 +53,11 @@ "license": "MIT",

"clean": "find ./build -name '*.*' | xargs rm -rf",
"build:cjs:src": "BABEL_ENV=cjs babel src -d build/cjs/src --root-mode upward",
"build:cjs:ui": "BABEL_ENV=cjs babel ui -d build/cjs/ui --root-mode upward",
"build:cjs:src": "BABEL_ENV=cjs babel src -d build/cjs/src --ignore /**/__tests__ --root-mode upward",
"build:cjs:ui": "BABEL_ENV=cjs babel ui -d build/cjs/ui --ignore /**/__tests__ --root-mode upward",
"build:cjs": "npm run build:cjs:src && npm run build:cjs:ui",
"build:es:src": "BABEL_ENV=es babel src -d build/es/src --root-mode upward",
"build:es:ui": "BABEL_ENV=es babel ui -d build/es/ui --root-mode upward",
"build:es:src": "BABEL_ENV=es babel src -d build/es/src --out-file-extension .mjs --root-mode upward",
"build:es:ui": "BABEL_ENV=es babel ui -d build/es/ui --out-file-extension .mjs --root-mode upward",
"build:es": "npm run build:es:src && npm run build:es:ui",
"build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:dlog",
"mochaFor": "STRICT_MODE=on mocha -r global-jsdom/register",
"mocha": "npm run mochaFor -- 'build/cjs/**/__tests__/*.js'",
"mocha": "npm run mochaFor -- 'build/es/**/__tests__/*.mjs'",
"test": "npm run build && npm run mocha",

@@ -60,0 +64,0 @@ "prepublishOnly": "npm run test && npm run build"

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