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

@innocuous/components

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@innocuous/components - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@innocuous/components",
"description": "A set of harmless React components.",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -5,3 +5,3 @@ # Innocuous > Components

This component library is bootstrapped using [tsdx](https://github.com/palmerhq/tsdx).
This component library was bootstrapped using [tsdx](https://github.com/palmerhq/tsdx).

@@ -17,3 +17,3 @@ ## Installation

```
npm start # or yarn start
yarn start
```

@@ -27,4 +27,4 @@

cd example
npm i # or yarn to install dependencies
npm start # or yarn start
yarn # install dependencies
yarn start
```

@@ -34,5 +34,5 @@

To do a one-off build, use `npm run build` or `yarn build`.
To do a one-off build, use `yarn build`.
To run tests, use `npm test` or `yarn test`.
To run tests, use `yarn test`.

@@ -57,4 +57,4 @@ ## Optimizations

cd example
npm i # or yarn to install dependencies
npm start # or yarn start
yarn # install dependencies
yarn start
```

@@ -61,0 +61,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