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

@nestia/fetcher

Package Overview
Dependencies
Maintainers
1
Versions
408
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/fetcher - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

0

lib/AesPkcs5.d.ts

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

2

lib/AesPkcs5.js

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

AesPkcs5.decrypt = decrypt;
})(AesPkcs5 = exports.AesPkcs5 || (exports.AesPkcs5 = {}));
})(AesPkcs5 || (exports.AesPkcs5 = AesPkcs5 = {}));
//# sourceMappingURL=AesPkcs5.js.map

@@ -0,0 +0,0 @@ import { IConnection } from "./IConnection";

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -46,10 +46,2 @@ import { IEncryptionPassword } from "./IEncryptionPassword";

simulate?: boolean | Partial<IRandomGenerator>;
/**
* Use simulation mode.
*
* @default false
* @deprecated Use {@link simulate} property instead.
* This property would be erased after v2.0 update
*/
random?: boolean | Partial<IRandomGenerator>;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IConnection.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IEncryptionPassword.js.map

@@ -0,0 +0,0 @@ export * from "./IConnection";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface IRandomGenerator {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IRandomGenerator.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Primitive.js.map
{
"name": "@nestia/fetcher",
"version": "1.3.3",
"version": "1.3.4",
"description": "Fetcher library of Nestia SDK",

@@ -35,3 +35,3 @@ "main": "lib/index.js",

"rimraf": "^3.0.2",
"typescript": "^4.9.4"
"typescript": "^5.1.3"
},

@@ -38,0 +38,0 @@ "peerDependencies": {

@@ -50,11 +50,2 @@ import { IEncryptionPassword } from "./IEncryptionPassword";

simulate?: boolean | Partial<IRandomGenerator>;
/**
* Use simulation mode.
*
* @default false
* @deprecated Use {@link simulate} property instead.
* This property would be erased after v2.0 update
*/
random?: boolean | Partial<IRandomGenerator>;
}

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