You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@es-git/core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.4.0

es/AsyncBuffer.d.ts

1

es/index.d.ts

@@ -38,1 +38,2 @@ export { decode, encode, concat, flatten, fromDec, fromHex, fromOct, fromDecChar, fromHexChar, packHash, unpackHash, toHexChar, NEWLINE } from './utils';

export { default as Buffer } from './Buffer';
export { default as AsyncBuffer } from './AsyncBuffer';

@@ -42,2 +42,3 @@ export { decode, encode, concat, flatten, fromDec, fromHex, fromOct, fromDecChar, fromHexChar, packHash, unpackHash, toHexChar, NEWLINE } from './utils';

export { default as Buffer } from './Buffer';
export { default as AsyncBuffer } from './AsyncBuffer';
//# sourceMappingURL=index.js.map

@@ -109,2 +109,11 @@ "use strict";

var _AsyncBuffer = require("./AsyncBuffer");
Object.defineProperty(exports, "AsyncBuffer", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_AsyncBuffer).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -111,0 +120,0 @@

2

package.json
{
"name": "@es-git/core",
"version": "0.2.0",
"version": "0.4.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "js/index.js",

@@ -70,2 +70,3 @@ export {

export { default as Buffer } from './Buffer';
export { default as Buffer } from './Buffer';
export { default as AsyncBuffer } from './AsyncBuffer';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc