New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isa-lib

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isa-lib - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

14

lib/isA.js
/**
* Copyright 2013 Gabriel Harrison
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* isA.js

@@ -3,0 +17,0 @@ *

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Reusable Object.prototype.toString type checking library",
"version": "0.0.2",
"version": "0.0.3",
"repository": {

@@ -8,0 +8,0 @@ "url": "https://github.com/nyteshade/isA.git"

@@ -1,7 +0,22 @@

**isA.js**
<h1>
isA.js
</h1>
-=-=-=-=-=-
<h2>License</h2>
Copyright 2013 Gabriel Harrison
**Installation**
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
<h2>Installation</h2>
To install the isA library, invoke

@@ -12,3 +27,3 @@ ```shell

**About**
<h2>About</h2>

@@ -19,3 +34,3 @@ Reusable node.js/browser JavaScript library that exposes some isXXX() type of functions. These functions do as much as possible to provide cross JavaScript VM compatible methods to determine whether or not an object is of a given type.

Example Usage:
<h3>Example Usage:</h3>
```html

@@ -39,3 +54,3 @@ <script type="text/javascript" src="/path/to/isA.js"></script>

Example usage:
<h3>Example usage:</h3>
```javascript

@@ -46,3 +61,3 @@ var isA = require('isa-lib')(); // scoped to isA param

**Library contents**
<h2>Library contents</h2>

@@ -49,0 +64,0 @@ ```javascript

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