New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lisba/data-structures-js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lisba/data-structures-js - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

.babelrc.json

8

package.json
{
"name": "@lisba/data-structures-js",
"version": "0.2.7",
"version": "0.2.8",
"description": "Common data structures implementation in Javascript.",

@@ -9,4 +9,6 @@ "main": "build/index.js",

"scripts": {
"build": "babel src -d build",
"start": "node build/index.js",
"start": "babel-node src/index.js",
"start:builded": "node build/index.js",
"build": "babel src -d build --ignore \"./src/**/*.test.js\"",
"refresh": "rm -rf build && yarn build",
"test": "jest --config jest.config.js",

@@ -13,0 +15,0 @@ "lint": "eslint ./",

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