Socket
Socket
Sign inDemoInstall

optimal-select

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimal-select - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

CHANGELOG.md

37

package.json
{
"name": "optimal-select",
"description": "Get efficient & robust CSS selectors for HTML elements",
"version": "1.0.1",
"version": "1.0.2",
"author": "Stefan Dühring | Autarc <autarc@gmail.com>",

@@ -9,10 +9,27 @@ "bugs": {

},
"devDependencies": {
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"deep-merge": "^1.0.0",
"fs-extra": "^0.26.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"webpack": "^1.12.9"
},
"homepage": "https://github.com/Autarc/optimal-select",
"keywords": [
"css",
"selector",
"path"
"path",
"selector"
],
"license": "MIT",
"main": "dist/optimal-select.js",
"main": "lib/index.js",
"repository": {

@@ -24,13 +41,5 @@ "type": "git",

"build": "NODE_ENV=production node build",
"dev": "NODE_ENV=Development node build",
"check": "npm outdated -depth 0"
},
"devDependencies": {
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"deep-merge": "^1.0.0",
"fs-extra": "^0.26.2",
"webpack": "^1.12.9"
"check": "npm outdated -depth 0",
"dev": "NODE_ENV=Development node build"
}
}

@@ -31,2 +31,3 @@ [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

- data-reactid (reacts element identifier which depends on the current DOM structure)
- data-react-checksum (react string rendered markup which depends on the current DOM structure)

@@ -45,7 +46,2 @@

### CHANGES
- 1.0.1: add .npmignore
- 1.0.0: initial release
### Development

@@ -52,0 +48,0 @@

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