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

selectabular

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selectabular - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0

dist/index.js

8

CHANGELOG.md

@@ -0,7 +1,11 @@

1.0.0 / 2016-11-25
==================
* Bump to 1.0.0 as this is stable.
0.2.1 / 2016-11-03
==================
* Bug fix - Fix **package.json** `main`.
* Bug fix - Fix **package.json** `main`.
0.2.0 / 2016-11-03

@@ -8,0 +12,0 @@ ==================

{
"name": "selectabular",
"version": "0.2.2",
"version": "1.0.0",
"description": "Selection utilities",

@@ -11,6 +11,6 @@ "scripts": {

"test:watch": "jest --watch --",
"dist:build": "webpack",
"dist:build": "rimraf ./dist && babel ./src --out-dir ./dist",
"preversion": "npm run test:all && npm run dist:build && git commit --allow-empty -am \"Update dist\""
},
"main": "dist/selectabular.js",
"main": "dist",
"repository": {

@@ -56,2 +56,3 @@ "type": "git",

"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",

@@ -71,8 +72,7 @@ "babel-eslint": "^7.1.1",

"jest": "^17.0.3",
"webpack": "^1.13.3"
"rimraf": "^2.5.4"
},
"pre-push": [
"test:lint",
"test"
"test:all"
]
}
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