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

@icreate/core

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

@icreate/core - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

dist/ics.es5.js

@@ -417,3 +417,3 @@ /*

};
Utils.Command = function (opts) {
Utils.command = function (opts) {
var link = document.createElement('a');

@@ -429,3 +429,3 @@ var params = [];

};
Utils.Function = function (opts) {
Utils.function = function (opts) {
var _this = this;

@@ -432,0 +432,0 @@ return new Promise(function (resolve, reject) {

@@ -422,3 +422,3 @@ (function (global, factory) {

};
Utils.Command = function (opts) {
Utils.command = function (opts) {
var link = document.createElement('a');

@@ -434,3 +434,3 @@ var params = [];

};
Utils.Function = function (opts) {
Utils.function = function (opts) {
var _this = this;

@@ -437,0 +437,0 @@ return new Promise(function (resolve, reject) {

@@ -18,3 +18,3 @@ "use strict";

* @LastEditors: 文贝
* @LastEditTime: 2022-02-12 00:11:36
* @LastEditTime: 2022-02-12 00:15:29
* @Descripttion:

@@ -185,3 +185,3 @@ * @FilePath: \src\core\utils.ts

};
Utils.Command = function (opts) {
Utils.command = function (opts) {
var link = document.createElement('a');

@@ -197,3 +197,3 @@ var params = [];

};
Utils.Function = function (opts) {
Utils.function = function (opts) {
var _this = this;

@@ -200,0 +200,0 @@ var that = this;

@@ -43,4 +43,4 @@ import { ExecOptons } from '../interfaces/interfaces';

static extend(dstObj: object, srcObj: object): object;
static Command(opts: ExecOptons): void;
static Function(opts: ExecOptons): Promise<any>;
static command(opts: ExecOptons): void;
static function(opts: ExecOptons): Promise<any>;
private static _ajax;

@@ -47,0 +47,0 @@ private static _httpRequest;

{
"name": "@icreate/core",
"version": "0.0.8",
"version": "0.0.9",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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