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

@delia-solutions/ts-purerules

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@delia-solutions/ts-purerules - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

2

package.json
{
"name": "@delia-solutions/ts-purerules",
"version": "1.0.1",
"version": "1.0.3",
"description": "TODO",

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

@@ -20,7 +20,7 @@ # ts-purerules

// ES6 import style
import * as pureRules from 'ts-purerules';
import * as pureRules from '@delia-solutions/ts-purerules';
// or you can import only the rules you want
import { stringMustBeValidEmail } from 'ts-purerules';
import { arrayMustNotBeEmpty, stringMustBeValidEmail } from 'ts-purerules';
import { stringMustBeValidEmail } from '@delia-solutions/ts-purerules';
import { arrayMustNotBeEmpty, stringMustBeValidEmail } from '@delia-solutions/ts-purerules';
```

@@ -30,3 +30,3 @@

// Node require style
const pureRules = require('ts-purerules');
const pureRules = require('@delia-solutions/ts-purerules');
```

@@ -50,3 +50,3 @@

```typescript
import * as pureRules from 'ts-purerules';
import * as pureRules from '@delia-solutions/ts-purerules';

@@ -53,0 +53,0 @@ // value can come from anywhere

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