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
5
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.5 to 1.1.0

.babelrc

2

.eslintrc.js

@@ -28,3 +28,3 @@ module.exports = {

'brace-style': ['warn'],
'comma-dangle': ['error', 'always-multiline'],
'comma-dangle': 'off',
'comma-spacing': ['warn'],

@@ -31,0 +31,0 @@ 'comma-style': ['warn'],

{
"name": "@delia-solutions/ts-purerules",
"version": "1.0.5",
"version": "1.1.0",
"description": "TODO",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"main": "js/index.js",
"types": "es/index.d.ts",
"module": "es/index.js",
"scripts": {
"build": "rollup -c && tsc",
"clean": "rimraf ./es ./js",
"tsc": "tsc",
"build": "yarn run tsc && yarn run babel",
"babel": "babel --source-maps -d js es",
"lint": "eslint src --fix --ext .js,.ts",
"test": "jest -c jest.config.js tests"
"test": "jest -c jest.config.js tests",
"compile": "yarn run tsc && yarn run babel",
"prepublish": "yarn run clean && yarn run lint && yarn run build"
},

@@ -22,2 +27,10 @@ "keywords": [

"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.10.2",
"@types/jest": "^26.0.14",

@@ -28,5 +41,2 @@ "@typescript-eslint/eslint-plugin": "^4.4.0",

"jest": "^26.5.0",
"rollup": "^2.23.1",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.27.2",
"ts-jest": "^26.4.1",

@@ -42,3 +52,4 @@ "typescript": "^3.9.7"

},
"homepage": "https://github.com/Delia-Solutions/ts-purerules#readme"
"homepage": "https://github.com/Delia-Solutions/ts-purerules#readme",
"dependencies": {}
}
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