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

atom-db

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-db - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/index.js

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

"use strict";var Database=require("./core/Database");module.exports=init=function init(a){return new Database(a)};
"use strict";var Database=require("./core/Database"),init=function(a){return new Database(a)};module.exports=init;

@@ -10,3 +10,3 @@ {

"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight, hyper-flexible Object database",

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

"prebuild": "rimraf ./lib",
"build": "babel ./src -d ./lib"
"build": "babel ./src -d ./lib",
"semantic-release": "semantic-release"
},

@@ -47,8 +48,8 @@ "repository": {

"@babel/preset-env": "^7.12.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"babel-eslint": "^10.1.0",
"babel-preset-minify": "^0.5.1",
"commitizen": "4.2.2",
"concurrently": "^5.3.0",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.14.0",

@@ -58,4 +59,5 @@ "husky": "^4.3.0",

"prettier": "^2.2.0",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"semantic-release": "^17.2.4"
}
}
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