🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Book a DemoInstallSign in
Socket

@chainsafe/persistent-ts

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/persistent-ts - npm Package Compare versions

Comparing version

to
0.18.0

lib/MutableVector.d.ts

1

lib/index.d.ts
export * from "./List";
export * from "./Vector";
export * from "./MutableVector";
//# sourceMappingURL=index.d.ts.map

@@ -32,2 +32,15 @@ "use strict";

});
var _MutableVector = require("./MutableVector");
Object.keys(_MutableVector).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _MutableVector[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _MutableVector[key];
}
});
});
//# sourceMappingURL=index.js.map

12

package.json
{
"name": "@chainsafe/persistent-ts",
"version": "0.17.0",
"version": "0.18.0",
"description": "Persistent data structures for TypeScript.",

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

"scripts": {
"clean": "rm -rf lib && rm -f *.tsbuildinfo",
"build": "concurrently \"yarn build:lib\" \"yarn build:types\"",

@@ -17,6 +18,5 @@ "build:lib": "babel src -x .ts -d lib --source-maps",

"build:release": "yarn clean && yarn build",
"build:types": "tsc --incremental --declaration --outDir lib --project tsconfig.build.json --emitDeclarationOnly",
"build:types:watch": "yarn run build:types --watch --preserveWatchOutput",
"check-types": "tsc --noEmit",
"clean": "rm -rf lib && rm -f tsconfig.tsbuildinfo && rm -f tsconfig.build.tsbuildinfo",
"build:types": "tsc -p tsconfig.build.json",
"build:types:watch": "yarn run build:types --watch",
"check-types": "tsc",
"lint": "eslint --color --ext .ts src/ test/",

@@ -59,3 +59,3 @@ "lint:fix": "yarn run lint --fix",

},
"gitHead": "083db35cb33eb46e5e4ea6d647dccbfc0854a1b2"
"gitHead": "8fb7fc3a6f6bc0a7d02838eef5b32e2d2f5c205a"
}

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