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

react-simple-image

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-image - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

src/matcher.js

4

CHANGES.md
# The Revision History
## v0.1.3 - 2017/01/05
* Fix built file's dependencies path
## v0.1.2 - 2017/01/04

@@ -4,0 +8,0 @@

2

lib/image.js

@@ -13,3 +13,3 @@ 'use strict';

var _matcher = require('../src/matcher');
var _matcher = require('./matcher');

@@ -16,0 +16,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

{
"name": "react-simple-image",
"version": "0.1.2",
"version": "0.1.3",
"description": "responsive <img> tag with cleaner srcset/sizes interface.",

@@ -10,3 +10,4 @@ "main": "lib/image.js",

"test": "nyc mocha --opts spec/mocha.opts spec/**/*.spec.jsx",
"coveralls": "nyc report --reporter=text-lcov | $(npm bin)/coveralls"
"coveralls": "nyc report --reporter=text-lcov | $(npm bin)/coveralls",
"prepublish": "yarnpkg build"
},

@@ -13,0 +14,0 @@ "files": [

import React from 'react';
import { matchDescriptor, matchWidthDescriptor, matchPixelDescriptor } from '../src/matcher';
import { matchDescriptor, matchWidthDescriptor, matchPixelDescriptor } from './matcher';

@@ -4,0 +4,0 @@ export default class Image extends React.Component {

Sorry, the diff of this file is not supported yet

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