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

fixd

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixd - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "fixd",
"version": "0.1.1",
"version": "0.1.2",
"description": "Test fixture utility",

@@ -5,0 +5,0 @@ "main": "fixd.js",

@@ -34,3 +34,2 @@ [![Travis](https://img.shields.io/travis/TechnologyAdvice/fixd.svg)](https://travis-ci.org/TechnologyAdvice/fixd)

```javascript
//
fixd.use(<PLUGIN>)

@@ -58,4 +57,2 @@ ```

```javascript
fixd.use('object')
fixd.addObject('foo', { foo: 'bar' })

@@ -77,4 +74,2 @@

```javascript
fixd.use('array')
fixd.addArray('bar', [ 'bin', 'baz', 'quz' ])

@@ -99,4 +94,2 @@

```javascript
fixd.use('json')
fixd.addJSON('fizz', { "buzz": true })

@@ -103,0 +96,0 @@

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