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

52deco

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

52deco - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "52deco",
"version": "1.0.0",
"version": "1.0.1",
"description": "Use decorator without transpilation",

@@ -31,3 +31,9 @@ "main": "index.js",

},
"homepage": "https://github.com/kt3k/52deco#readme"
"homepage": "https://github.com/kt3k/52deco#readme",
"nyc": {
"reporter": [
"text",
"lcov"
]
}
}

7

README.md

@@ -1,3 +0,6 @@

# 52deco v1.0.0
# 52deco v1.0.1
[![CircleCI](https://circleci.com/gh/kt3k/52deco.svg?style=svg)](https://circleci.com/gh/kt3k/52deco)
[![codecov](https://codecov.io/gh/kt3k/52deco/branch/master/graph/badge.svg)](https://codecov.io/gh/kt3k/52deco)
> Use decorator without transpilation

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

```
```js
@decorator

@@ -53,0 +56,0 @@ class Foo {

@@ -31,2 +31,10 @@ const deco = require('./')

})
it('throws when the specified key does not exist', () => {
class Foo {}
assert.throws(() => {
deco.method(() => {}, Foo, 'bar')
})
})
})

@@ -33,0 +41,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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