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

ian-parse-json

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ian-parse-json - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

example/index.js

25

package.json
{
"name": "ian-parse-json",
"version": "3.0.0",
"description": "",
"version": "4.0.0",
"description": "supermooi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/deprecate-holder.git"
"url": "git+https://github.com/IanCStewart/ian-parse-json.git"
},
"author": "",
"license": "ISC",
"keywords": [
"ian",
"parse",
"json"
],
"author": "Ian Stewart",
"license": "MIT",
"bugs": {
"url": "https://github.com/npm/deprecate-holder/issues"
"url": "https://github.com/IanCStewart/ian-parse-json/issues"
},
"homepage": "https://github.com/npm/deprecate-holder#readme"
"homepage": "https://github.com/IanCStewart/ian-parse-json#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}

@@ -1,5 +0,17 @@

# Deprecated Package
# ian-parse-json
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
[![NPM](https://nodei.co/npm/ian-parse-json.png)](https://nodei.co/npm/ian-parse-json/)
Please contact support@npmjs.com if you have questions about this package.
supermooi!
## Usage
```javascript
const Ian = require('ian-parse-json');
const ian = new Ian();
const parsedJSON = ian.parse("{\"name\":\"ian\"}");
console.log(parsedJSON); // {name: 'ian'}
```
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