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

@labshare/data-structures

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@labshare/data-structures - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

dist/data-structures.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.1.1](https://github.com/LabShare/data-structures/compare/v3.1.0...v3.1.1) (2019-01-17)
### Bug Fixes
* create build system for data-structures ([39c6ce5](https://github.com/LabShare/data-structures/commit/39c6ce5))
# [3.1.0](https://github.com/LabShare/data-structures/compare/v3.0.0...v3.1.0) (2019-01-11)

@@ -2,0 +9,0 @@

15

package.json
{
"name": "@labshare/data-structures",
"main": "./src/index.ts",
"version": "3.1.0",
"main": "./dist/data-structures.js",
"version": "3.1.1",
"description": "",

@@ -21,6 +21,8 @@ "contributors": "https://github.com/LabShare/data-structures/graphs/contributors",

"lint:fix": "npm run lint -- --fix",
"build": "tsc --outDir build/",
"build": "webpack",
"build:watch": "webpack --watch",
"commitmsg": "commitlint -e $GIT_PARAMS",
"semantic-release": "semantic-release",
"docs": "./node_modules/typedoc/bin/typedoc && touch ./docs/.nojekyll"
"docs": "./node_modules/typedoc/bin/typedoc && touch ./docs/.nojekyll",
"precommit": "npm run lint && npm run build && git add dist/data-structures.js"
},

@@ -57,3 +59,6 @@ "dependencies": {

"typedoc": "^0.12.0",
"tslint": "^5.9.1"
"tslint": "^5.9.1",
"webpack-cli": "^3.2.1",
"webpack-node-externals": "^1.7.2",
"@ngtools/webpack": "^1.3.3"
},

@@ -60,0 +65,0 @@ "publishConfig": {

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