organism-react-ajax
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76386
22
2337
3