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

react-input-range

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-range - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

CHANGELOG.md

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

<a name="1.0.1"></a>
## [1.0.1](https://github.com/davidchin/react-input-range/compare/v1.0.0...v1.0.1) (2017-01-31)
### Bug Fixes
* Fix CommonJS and global default exports ([ff39e9d](https://github.com/davidchin/react-input-range/commit/ff39e9d))
<a name="1.0.0"></a>

@@ -2,0 +12,0 @@ # [1.0.0](https://github.com/davidchin/react-input-range/compare/v0.10.0...v1.0.0) (2017-01-30)

1

lib/js/index.js

@@ -53,2 +53,3 @@ 'use strict';

exports.default = _inputRange.InputRange;
module.exports = exports['default'];
//# sourceMappingURL=index.js.map

@@ -25,2 +25,3 @@ 'use strict';

exports.default = DEFAULT_CLASS_NAMES;
module.exports = exports['default'];
//# sourceMappingURL=default-class-names.js.map

@@ -814,2 +814,3 @@ 'use strict';

exports.default = InputRange;
module.exports = exports['default'];
//# sourceMappingURL=input-range.js.map

@@ -48,2 +48,3 @@ 'use strict';

};
module.exports = exports['default'];
//# sourceMappingURL=label.js.map

@@ -28,2 +28,3 @@ 'use strict';

}
module.exports = exports['default'];
//# sourceMappingURL=range-prop-type.js.map

@@ -393,2 +393,3 @@ 'use strict';

exports.default = Slider;
module.exports = exports['default'];
//# sourceMappingURL=slider.js.map

@@ -194,2 +194,3 @@ 'use strict';

exports.default = Track;
module.exports = exports['default'];
//# sourceMappingURL=track.js.map

@@ -33,2 +33,3 @@ 'use strict';

}
module.exports = exports['default'];
//# sourceMappingURL=value-prop-type.js.map

@@ -16,2 +16,3 @@ "use strict";

}
module.exports = exports["default"];
//# sourceMappingURL=captialize.js.map

@@ -18,2 +18,3 @@ "use strict";

}
module.exports = exports["default"];
//# sourceMappingURL=clamp.js.map

@@ -20,2 +20,3 @@ "use strict";

}
module.exports = exports["default"];
//# sourceMappingURL=distance-to.js.map

@@ -16,2 +16,3 @@ "use strict";

}
module.exports = exports["default"];
//# sourceMappingURL=is-defined.js.map

@@ -16,2 +16,3 @@ 'use strict';

}
module.exports = exports['default'];
//# sourceMappingURL=is-number.js.map

@@ -19,2 +19,3 @@ 'use strict';

}
module.exports = exports['default'];
//# sourceMappingURL=is-object.js.map

@@ -17,2 +17,3 @@ "use strict";

}
module.exports = exports["default"];
//# sourceMappingURL=length.js.map

5

package.json
{
"name": "react-input-range",
"version": "1.0.0",
"version": "1.0.1",
"description": "React component for inputting numeric values within a range",

@@ -30,2 +30,3 @@ "keywords": [

"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^3.1.2",

@@ -80,3 +81,3 @@ "babel-plugin-transform-decorators-legacy": "^1.3.4",

"build:bundle": "NODE_ENV=production webpack",
"build:lib": "NODE_ENV=production babel src --out-dir lib --source-maps",
"build:lib": "NODE_ENV=production babel src/js --out-dir lib/js --source-maps",
"build:scss": "NODE_ENV=production node-sass src/scss --recursive --source-map true --output lib/css",

@@ -83,0 +84,0 @@ "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",

@@ -14,3 +14,3 @@ # react-input-range

2. Import `react-input-range` to use `InputRange` component.
3. Optionally, import `react-input-range.css` if you want to apply the default styling.
3. Optionally, import `react-input-range/lib/css/index.css` if you want to apply the default styling.

@@ -17,0 +17,0 @@ ## Usage

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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