Socket
Socket
Sign inDemoInstall

react-esc-resolver

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-esc-resolver - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

cjs/react-esc-resolver.development.js

39

index.js

@@ -1,34 +0,5 @@

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _resolve = require('./resolve');
Object.defineProperty(exports, 'resolve', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_resolve).default;
}
});
var _client = require('./client');
Object.defineProperty(exports, 'client', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_client).default;
}
});
var _Resolver = require('./Resolver');
Object.defineProperty(exports, 'Resolver', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_Resolver).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-esc-resolver.production.min.js')
} else {
module.exports = require('./cjs/react-esc-resolver.development.js')
}
{
"name": "react-esc-resolver",
"version": "2.0.2",
"version": "3.0.0",
"description": "Easy to use Client and Server Resolver",

@@ -31,8 +31,6 @@ "keywords": [

"scripts": {
"build": "NODE_ENV=production babel src -d ./ --copy-files --ignore __tests__",
"build": "rollup -c=../../rollup.config.js",
"build:old": "NODE_ENV=production babel src -d ./ --copy-files --ignore __tests__",
"build:watch": "npm run build -- --watch",
"cleanup": "rimraf ./Resolver.js ./resolve.js ./index.js ./client.js",
"prepublish": "npm run cleanup && npm run build",
"version": "npm run prepublish",
"postversion": "git push && git push --tags && npm publish"
"cleanup": "rimraf cjs"
},

@@ -39,0 +37,0 @@ "devDependencies": {

@@ -55,31 +55,8 @@ # React-ESC-Resolver

## [License](https://github.com/tripss/react-esc-resolver/blob/master/LICENSE)
## [License](https://github.com/tripss/react-esc/blob/master/LICENSE)
> Internet Systems Consortium license
> ===================================
>
> The MIT License (MIT)
>
> Copyright (c) 2015 David Zukowski
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.
React ESC is [MIT licensed](./LICENSE).
## Collaboration
If you have questions or issues, please [open an issue](https://github.com/TriPSs/react-esc-resolver/issues)!
If you have questions or [issues](https://github.com/TriPSs/react-esc/issues), please [open an issue](https://github.com/TriPSs/react-esc/issues/new?title=[Resolver])!
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