Socket
Socket
Sign inDemoInstall

to-source-code

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-source-code - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "to-source-code",
"version": "1.0.1",
"version": "1.0.2",
"description": "Converts function to its source code.",

@@ -33,8 +33,8 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/bubkoo/to-source-code.git"
"url": "git+https://github.com/gearcase/to-source-code.git"
},
"bugs": {
"url": "https://github.com/bubkoo/to-source-code/issues"
"url": "https://github.com/gearcase/to-source-code/issues"
},
"homepage": "https://github.com/bubkoo/to-source-code#readme",
"homepage": "https://github.com/gearcase/to-source-code#readme",
"devDependencies": {

@@ -41,0 +41,0 @@ "jshint": "^2.9.1",

@@ -5,6 +5,6 @@ # to-source-code

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/bubkoo/to-source-code/blob/master/LICENSE)
[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/gearcase/to-source-code/blob/master/LICENSE)
[![build:?](https://img.shields.io/travis/bubkoo/to-source-code/master.svg?style=flat-square)](https://travis-ci.org/bubkoo/to-source-code)
[![coverage:?](https://img.shields.io/coveralls/bubkoo/to-source-code/master.svg?style=flat-square)](https://coveralls.io/github/bubkoo/to-source-code)
[![build:?](https://img.shields.io/travis/gearcase/to-source-code/master.svg?style=flat-square)](https://travis-ci.org/gearcase/to-source-code)
[![coverage:?](https://img.shields.io/coveralls/gearcase/to-source-code/master.svg?style=flat-square)](https://coveralls.io/github/gearcase/to-source-code)

@@ -21,3 +21,3 @@

> For more use-cases see the [tests](https://github.com/bubkoo/to-source-code/blob/master/test/spec/index.js)
> For more use-cases see the [tests](https://github.com/gearcase/to-source-code/blob/master/test/spec/index.js)

@@ -44,10 +44,10 @@

- [is-native](https://github.com/bubkoo/is-native) - Checks if the given value is a native function.
- [to-num](https://github.com/bubkoo/to-num) - Converts the given value to a number.
- [to-integer](https://github.com/bubkoo/to-integer) - Converts the given value to an integer.
- [to-length](https://github.com/bubkoo/to-length) - Converts value to an integer suitable for use as the length of an array-like object.
- [to-str](https://github.com/bubkoo/to-str) - Converts the given value to a string.
- [to-lower](https://github.com/bubkoo/to-lower) - Converts string, as a whole, to lower case.
- [to-upper](https://github.com/bubkoo/to-upper) - Converts string, as a whole, to upper case.
- [to-path](https://github.com/bubkoo/to-path) - Converts value to a property path array.
- [is-native](https://github.com/gearcase/is-native) - Checks if the given value is a native function.
- [to-num](https://github.com/gearcase/to-num) - Converts the given value to a number.
- [to-integer](https://github.com/gearcase/to-integer) - Converts the given value to an integer.
- [to-length](https://github.com/gearcase/to-length) - Converts value to an integer suitable for use as the length of an array-like object.
- [to-str](https://github.com/gearcase/to-str) - Converts the given value to a string.
- [to-lower](https://github.com/gearcase/to-lower) - Converts string, as a whole, to lower case.
- [to-upper](https://github.com/gearcase/to-upper) - Converts string, as a whole, to upper case.
- [to-path](https://github.com/gearcase/to-path) - Converts value to a property path array.

@@ -58,2 +58,2 @@ ## Contributing

For bugs and feature requests, please [create an issue](https://github.com/bubkoo/to-source-code/issues/new).
For bugs and feature requests, please [create an issue](https://github.com/gearcase/to-source-code/issues/new).
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